mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 09:15:49 -05:00
d465382ed5
* Update documentation * Fix typos * Update security policy * Remove outdated instructions * Fix list * Add more info to config load step * Don't test linter.yml * Point to the cd workflow in README * Move badge up * Add info about Make help --------- Co-authored-by: Zack Koppert <zkoppert@github.com>
28 lines
1.1 KiB
Markdown
28 lines
1.1 KiB
Markdown
# 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
|
|
|
|
We use [pull requests](https://github.com/super-linter/super-linter/pulls) to
|
|
contribute new features, fixes, or documentation.
|
|
|
|
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, submit them as
|
|
separate pull requests.
|
|
- Write [descriptive commit messages](https://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.
|
|
|
|
## Resources
|
|
|
|
- [How to Contribute to Open Source](https://opensource.guide/how-to-contribute/)
|
|
- [Using Pull Requests](https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests)
|
|
- [GitHub Help](https://docs.github.com/en)
|