Skip to content

Commit

Permalink
chore: update pull request template (#553)
Browse files Browse the repository at this point in the history
Co-authored-by: mrtnvgr <48406064+mrtnvgr@users.noreply.github.com>
  • Loading branch information
nekowinston and mrtnvgr authored Jul 20, 2023
1 parent a84ee18 commit a96334d
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,14 @@
πŸŽ‰ First off, thanks for taking the time to contribute! πŸŽ‰ Here are some guidelines from us:
πŸŽ‰ First off, thanks for taking the time to contribute! πŸŽ‰

Here are some guidelines:
- Format code using [stylua](https://github.com/johnnymorganz/stylua).
- New plugin integration should be added in [alphabetical order](https://github.com/catppuccin/nvim#integrations)
- Recommendation:
- Create a topic branch on your fork for your specific PR.
- Consider using [conventionalcommits.org's](https://www.conventionalcommits.org/en/v1.0.0/) rules for creating explicit and meaningful commit messages.
- If it's your first time contributing to a project then read [About pull requests](https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests) on Github's docs.
- New plugin integration should be added in alphabetical order:
- to the [README](https://github.com/catppuccin/nvim#integrations) (vimdoc is auto-generated).
- to [types.lua](https://github.com/catppuccin/nvim/blob/main/lua/catppuccin/types.lua)
- to [vim.yml](https://github.com/catppuccin/nvim/blob/main/vim.yml)
- Create a topic branch on your fork for your specific PR.
- Use [conventionalcommits.org's](https://www.conventionalcommits.org/en/v1.0.0/)
rules for explicit and meaningful commit messages.
- If it's your first time contributing to a project, then read
[About pull requests](https://docs.github.com/en/github/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-pull-requests)
on Github's docs.

0 comments on commit a96334d

Please sign in to comment.