Skip to content

Commit

Permalink
readme: contributing info is now moved to a separate doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Leonid Plyushch authored Apr 27, 2020
1 parent 4f3a2b3 commit 02436bc
Showing 1 changed file with 1 addition and 43 deletions.
44 changes: 1 addition & 43 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,49 +63,7 @@ Directories:

## Contributing

### Bug reports

Please, use templates for submitting bug reports. The *bug report* issue template
can be initialized by clicking on https://github.com/termux/termux-packages/issues/new?template=bug_report.md.

General requirements for bug reports are:

- All packages are up-to-date.

- Problem is not related to third-party software.

- Output of `termux-info` attached.

- Be ready to provide more info if requested.

### New packages

Use the *package request* template: https://github.com/termux/termux-packages/issues/new?template=package_request.md.

General requirements for new packages are:

- Packages should be open source and have widely recognised OSS licenses like
GNU GPL.

- Packages should not be installable via language-specific package managers such
as `gem`, `pip` or `cpan`.

- Packages should not be outdated dead projects.

- Be ready that your package request will not be processed immediately.

## Pull Requests

All pull requests are welcome.

We use [Github Actions](https://github.com/termux/termux-packages/actions) for processing
all pushes including pull requests. All build logs and artifacts are public, so you can
verify whether your changes work properly.

People who are new for packaging can begin with sending PRs for updating
packages. Check the outdated packages on https://repology.org/projects/?inrepo=termux&outdated=1.

Get started with information available on [Developer's Wiki].
See [CONTRIBUTING.md](/CONTRIBUTING.md).

## Contacts

Expand Down

0 comments on commit 02436bc

Please sign in to comment.