mirror of
https://github.com/rockerBOO/awesome-neovim
synced 2024-11-10 05:34:13 +00:00
a682409c02
Discuss in the here: https://github.com/rockerBOO/awesome-neovim/pull/1014#issuecomment-1869464313
17 lines
860 B
Markdown
17 lines
860 B
Markdown
# Contribution Guidelines
|
|
|
|
First of all, thanks for taking the time to contribute to this project!
|
|
|
|
## Submitting issues
|
|
|
|
- Ensure the issue was not already reported by searching on GitHub under issues.
|
|
- If you're unable to find an open issue addressing the problem, open a new one. Be sure to include a title and clear description, as much relevant information as possible.
|
|
|
|
## Submitting pull requests
|
|
|
|
- [ ] Ensure your PR title follows the [regexp rule][regexp_rule].
|
|
- [ ] Ensure your changes follows the [awesome list guidelines][guidelines].
|
|
- [ ] Before submitting a PR make sure your changes are passed `awesome-lint`.
|
|
|
|
[guidelines]: https://github.com/sindresorhus/awesome/blob/master/pull_request_template.md#requirements-for-your-awesome-list
|
|
[regexp_rule]: https://github.com/rockerBOO/awesome-neovim/blob/main/.github/workflows/pr-title.yml#L14
|