Skip to content

Commit

Permalink
.github update
Browse files Browse the repository at this point in the history
  • Loading branch information
4yman-0 committed Jan 6, 2025
1 parent a733c67 commit 43d2731
Show file tree
Hide file tree
Showing 8 changed files with 124 additions and 100 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: bug report (for mark down authors)
about: Create a report to help us improve
title: ''
title: '[BUG]'
labels: Bug, good first issue, help wanted, up-for-grabs
assignees: ''

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "🐞Bug report form"
name: "[🐞] Bug report form"
description: "convenient?"
title: "🐞"
title: "[🐞]"
labels:
- "Bug"
- "good first issue"
Expand Down
47 changes: 0 additions & 47 deletions .github/ISSUE_TEMPLATE/feature-request---suggestion---idea.md

This file was deleted.

49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request-suggestion-idea.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
---
name: Feature request / suggestion / idea
about: Suggest an idea for this project
title: '[FEATURE]'
labels: Feature request, good first issue, help wanted, up-for-grabs
assignees: ''

---

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

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

_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)-->

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

_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?
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!

SHORT Table | (Summary)
------------- | -------------
*Problem* |
*Solution* | <!-- TYPE HERE, 1 line each) -->
*Alternatives*|
*Scope* |
*Side effects*|
*Context* |
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Other topic, plan, mission, 3rd party solution,... (also check /discussions)
name: Other topics (plans, missions, 3rd party solution...) Also check Discussions
about: Other contributions / issues
title: ''
labels: ''
Expand Down

This file was deleted.

51 changes: 51 additions & 0 deletions .github/ISSUE_TEMPLATE/wish-or-feature-request-with-bounty.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
---
name: Wish or Feature request, with BOUNTY PAYMENT
about: Wish or Feature request, with BOUNTY PAYMENT
title: '[BOUNTY] '
labels: Feature request, good first issue, help wanted
assignees: ''

---

<!--
(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?
Ex. I'm always frustrated when [...] )-->

_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_:
<!-- (Describe what you've considered:
Alternative solutions or features, you'd consider as equal or inferior). -->

_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?
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!

SHORT Table | (Summary)
------------- | -------------
*Problem* |
*Solution* | <!-- TYPE HERE, 1 line each) -->
*Alternatives*|
*Scope* |
*Side effects*|
*Context* |
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 43d2731

Please sign in to comment.