mirror of
https://github.com/BradNut/awesome-uses
synced 2025-09-08 17:40:31 +00:00
feat: add Pull Request template (#459)
* add pull_request_template.md * move and update pull_request_template.md
This commit is contained in:
parent
ea74dfa337
commit
8662c74494
1 changed files with 30 additions and 0 deletions
30
.github/pull_request_template.md
vendored
Normal file
30
.github/pull_request_template.md
vendored
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
# awesome-uses
|
||||
|
||||
Please read the requirements corresponding to your pull request before you submit.
|
||||
|
||||
## What's a Uses Page?
|
||||
|
||||
A /uses page lists a developer's setup, gear, software, and configs (what they *use*). It's a great reference for those looking to add to their library of tools or reconfigure ones they already use.
|
||||
|
||||
## Adding Yourself
|
||||
|
||||
* Ensure you are linking to a /uses page, **not just your website**
|
||||
* Ensure your data is formatted like other entries
|
||||
* Do not add yourself to the end of the array (add yourself somewhere random instead)
|
||||
* Ensure this PR has a title in the following format
|
||||
* ✅ Add Your Name
|
||||
* ✅ Add @twitterusername
|
||||
* ❌ Add myself
|
||||
* ❌ Adding myself!
|
||||
* ❌ Add Your Name @twitter @github
|
||||
|
||||
## Code Modifications
|
||||
|
||||
* Ensure the code submitted is formatted similarly to existing code
|
||||
* Ensure variable, method, function, and component names are clear and concise
|
||||
|
||||
## Final Requirements
|
||||
|
||||
* You've read and understood the above
|
||||
|
||||
**Add your name to verify:** Name
|
||||
Loading…
Reference in a new issue