mirror of
https://github.com/termux-pacman/glibc-packages.git
synced 2025-02-23 19:45:02 +00:00
22 lines
1.4 KiB
Markdown
22 lines
1.4 KiB
Markdown
# Contributing
|
|
|
|
If you want to contribute to the `glibc-packages` project, here's what you can do:
|
|
|
|
- **Create an issue about a bug**
|
|
You can create a [bug report](https://github.com/termux-pacman/glibc-packages/issues/new?assignees=&labels=bug&projects=&template=bug-report.yml&title=%5BBug%5D%3A+) in the [issues](https://github.com/termux-pacman/glibc-packages/issues) section about a bug in a package or about a bug in other things related to the project (exception, security report, see below).
|
|
|
|
- **Create a request to add a package**
|
|
You can create a [package request](https://github.com/termux-pacman/glibc-packages/issues/new?assignees=&labels=package+request%2Cgpkg&projects=&template=package_request.yml&title=%5BPackage%5D%3A+) in the [issues](https://github.com/termux-pacman/glibc-packages/issues) section about a package that is not in our service but would like to have.
|
|
|
|
- **Security report**
|
|
You can report a security issue in the `glibc-packages` project, more detailed [here](/SECURITY.md).
|
|
|
|
- **Fix bug**
|
|
You can create a PR that fixes a bug in the package or a bug in other things that are related to the project.
|
|
|
|
- **Add or update package**
|
|
You can create a PR that adds or updates a package. Before adding a new package, review the [package adding policy](https://github.com/termux-pacman/glibc-packages/wiki/Package-Addition-Policy).
|
|
|
|
- **Donate**
|
|
For more details [here](https://termux-pacman.dev/donate/).
|