π οΈ Guide: How to Report Issues & Submit Fixes (PRs) #17
rkvishwa
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
π οΈ Project Guide: How to Contribute
To keep our development organized, please follow these guidelines when reporting issues or submitting code.
1. Choose the Right Template
When you click "New Issue", you will be presented with several templates. Please choose the one that matches your intent:
Don't see a match? If your issue doesn't fit these categories, click "Open a blank issue" and follow our Square Bracket Convention for the title:
[DOCS] Update the README instructions[REFACTOR] Clean up the login logic[SECURITY] Patching dependency vulnerabilities2. Using Labels and Numbers
Labels help us prioritize work at a glance.
bug,enhancement,design) from the sidebar.3. Solving an Issue (The #Number Rule)
When you are ready to submit a fix via a Pull Request (PR), you must link it to the issue so it closes automatically.
The "Magic" Commit Message
Use a linking keyword + the issue number in your commit:
Beta Was this translation helpful? Give feedback.
All reactions