Skip to content

Commit

Permalink
misc: Add pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
4yman-0 committed Jan 6, 2025
1 parent ac26a0d commit 3a6fac0
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .github/ISSUE_TEMPLATE/wish-or-feature-request-with-bounty.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,39 +8,38 @@ assignees: ''
---

<!--
(Click PREVIEW to undestand this template)
(Click PREVIEW to undestand this template)
OPTIONALLY fill the table if each point fits in the same line:
-->

_REASON / PROBLEM_:
<!-- (Does your IDEA / feature request relate to a Problem? Which problem is?
_REASON / PROBLEM_:
<!-- (Does your IDEA / feature request relate to a Problem? Which problem is?
Ex. I'm always frustrated when [...] )-->

_WISH / SOLUTION_:
<!-- (Describe what you'd like
(A clear and concise description of what you want to happen).
_WISH / SOLUTION_:
<!-- (Describe what you'd like
(A clear and concise description of what you want to happen).
Please consider screenshots or sketches if it makes sense)-->

_BOUNTY_:
<!-- How much are you willing to donate / pay for this? and by what method? -->

_ALTERNATIVES_:
_ALTERNATIVES_:
<!-- (Describe what you've considered:
Alternative solutions or features, you'd consider as equal or inferior). -->

_RELEVANCE / SCOPE_:
_RELEVANCE / SCOPE_:
<!-- (Would this be good by for everybody by default? (hypothetically).
Estimate how many percent of our users (or all youtube users) should/would use your idea? ) -->

_"SIDE EFFECTS"_:
<!-- (Is there any conflict with any other feature?
_"SIDE EFFECTS"_:
<!-- (Is there any conflict with any other feature?
Who might NOT want this?(How many percent of users could be bothered by it even filling space in our menu?)-->

_CONTEXT_:
<!-- any other context. -->

//
Thank you!
Thank you!

SHORT Table | (Summary)
------------- | -------------
Expand Down
20 changes: 20 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## Description

<!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.
List any dependencies that are required for this change. -->

Fixes # (issue)

## Type of change

- [ ] Bug fix
- [ ] New feature
- [ ] Breaking change

## Checklist:

- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings
- [ ] I have checked my code and corrected any misspellings

0 comments on commit 3a6fac0

Please sign in to comment.