зеркало из
1
0
Форкнуть 0

Merge pull request #8 from zkoppert/master

Link License and Contributing file
This commit is contained in:
Sebastian Bauersfeld 2021-05-26 16:46:10 +07:00 коммит произвёл GitHub
Родитель 5c6af94a9c aa4f4429f3
Коммит f5678d0c88
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 46 добавлений и 2 удалений

44
CONTRIBUTING.md Normal file
Просмотреть файл

@ -0,0 +1,44 @@
# Contributing
:wave: Hi there!
We're thrilled that you'd like to contribute to this project. Your help is essential for keeping it great.
## Submitting a pull request
[Pull Requests][pulls] are used for adding new features, fixes, and documents to the repository, or editing the existing ones.
**With write access**
1. Clone the repository (only if you have write access)
1. Create a new branch: `git checkout -b my-branch-name`
1. Make your change
1. Push and [submit a pull request][pr]
1. Pat yourself on the back and wait for your pull request to be reviewed and merged.
**Without write access**
1. [Fork][fork] and clone the repository
1. Create a new branch: `git checkout -b my-branch-name`
1. Make your change
1. Push to your fork and [submit a pull request][pr]
1. Pat your self on the back and wait for your pull request to be reviewed and merged.
Here are a few things you can do that will increase the likelihood of your pull request being accepted:
- Keep your change as focused as possible. If there are multiple changes you would like to make that are not dependent upon each other, consider submitting them as separate pull requests.
- Write [good commit messages](http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html).
Draft pull requests are also welcome to get feedback early on, or if there is something blocking you.
- Create a branch with a name that identifies the user and nature of the changes (similar to `user/branch-purpose`)
- Open a pull request
## Resources
- [How to Contribute to Open Source](https://opensource.guide/how-to-contribute/)
- [Using Pull Requests](https://help.github.com/articles/about-pull-requests/)
- [GitHub Help](https://help.github.com)
[pulls]: https://github.com/github/codescanning-jira-integration/pulls
[pr]: https://github.com/github/codescanning-jira-integration/compare
[fork]: https://github.com/github/codescanning-jira-integration/fork

Просмотреть файл

@ -135,8 +135,8 @@ This will enable two-way integration between GitHub and JIRA. Note: Instead of t
## Contributing
To be determined.
See [CONTRIBUTING.md](CONTRIBUTING.md)
## License
To be determined.
[Apache V2](LICENSE)