- Update URLs logged by program - Update README.md links - Update contributing guide link - Update issue templates links - Replace Wiki issue template by link to Gluetun Wiki repository issue creation - Set program announcement about Github wiki new location
19 lines
903 B
Markdown
19 lines
903 B
Markdown
# Contributing
|
|
|
|
Contributions are [released](https://help.github.com/articles/github-terms-of-service/#6-contributions-under-repository-license) to the public under the [open source license of this project](../LICENSE).
|
|
|
|
## Submitting a pull request
|
|
|
|
1. [Fork](https://github.com/qdm12/gluetun/fork) and clone the repository
|
|
1. Create a new branch `git checkout -b my-branch-name`
|
|
1. Modify the code
|
|
1. Ensure the docker build succeeds `docker build .` (you might need `export DOCKER_BUILDKIT=1`)
|
|
1. Commit your modifications
|
|
1. Push to your fork and [submit a pull request](https://github.com/qdm12/gluetun/compare)
|
|
|
|
## Resources
|
|
|
|
- [Gluetun guide on development](https://github.com/qdm12/gluetun-wiki/blob/main/contributing/development.md)
|
|
- [Using Pull Requests](https://help.github.com/articles/about-pull-requests/)
|
|
- [How to Contribute to Open Source](https://opensource.guide/how-to-contribute/)
|