Skip to content

Commit

Permalink
Update project report templates (#309)
Browse files Browse the repository at this point in the history
Co-authored-by: U+5BFA <[email protected]>
  • Loading branch information
Lamparter and 0x5bfa authored Sep 29, 2022
1 parent 3f25ba0 commit a6a66b2
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 13 deletions.
15 changes: 14 additions & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: πŸ› Bug Report
description: Create a bug report to help improve FluentHub
labels: [bug]
assignees: [onein528]
body:
- type: checkboxes
attributes:
Expand Down Expand Up @@ -29,7 +30,7 @@ body:
- type: textarea
attributes:
label: πŸ”’ What version/architecture of FluentHub are you on?
description: Copy and paste the version from the about page of FluentHub's settings
description: Copy and paste the version from the about page of FluentHub's settings. If you're building from GitHub, simply provide the commit hash you built on.
validations:
required: true
- type: textarea
Expand All @@ -55,6 +56,18 @@ body:
description: A clear and concise description of what you expected to happen.
validations:
required: true
- type: textarea
attributes:
label: πŸ“Ÿ Stack Trace
description: Copy and paste the stack trace from FluentHub's error page.
value: |
<details><summary>Stack trace details</summary><div>
\```
paste here
\```
</div></details>
validations:
required: true
- type: textarea
attributes:
label: πŸ“Έ Assets
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: βž• Feature Request
description: Request a new feature for FluentHub
labels: [feature request]
assignees: [onein528]
body:
- type: checkboxes
attributes:
Expand Down
14 changes: 12 additions & 2 deletions .github/ISSUE_TEMPLATE/tracker.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: πŸ’¬ Feature Discussion
name: πŸ“ Tracker
description: Tracker for a feature
labels: [tracker]
body:
- type: textarea
attributes:
label: πŸ›€οΈ Feature
description: What feature is this related to?
description: What is the feature you'd like to implement?
validations:
required: false
- type: textarea
Expand All @@ -14,6 +14,16 @@ body:
description: A clear and concise description of what your idea is. Include things like possible use cases, drawbacks, etc.
validations:
required: true
- type: textarea
attributes:
label: πŸƒ Progress
description: A clear and concise description of what your idea is. Include things like possible use cases, drawbacks, etc.
placeholder: |
- [x] Accomplish X
- [ ] Accomplish Y
- [ ] Accomplish Z
validations:
required: true
- type: textarea
attributes:
label: πŸ“Έ Assets
Expand Down
19 changes: 9 additions & 10 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,19 @@
🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨🚨
I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING:
My Pull Request follows the contributing guidlines, available at
https://github.com/fluenthub-community/FluentHub/blob/main/.github/CONTRIBUTING.md
https://github.com/fluenthub-community/FluentHub/blob/main/.github/CONTRIBUTING.md;
My Pull Request follows the FluentHub Pull Request Guidelines (as marked in the commented fields);
The above 'I ACKNOWLEDGE THE FOLLOWING BEFORE PROCEEDING' is instantaneously bound to the author of this Pull Request upon creation.
-->

### ⏱️ Before you start
<!-- Put an 'x' in the brackets to tick -->
<!-- Put an 'x' in the brackets to tick or a space to leave clear -->

- [ ] Have you checked if a similar PR has already been requested?
- [ ] Have you built and ran the app?
- [] Have you checked if a similar PR has already been requested?
- [] Have you built and ran the app?

### ↗️ Related/Fixed issues
<!-- Address related/fixed issues with this format: #issueid -->
### πŸ’­ Motivation and context
<!-- Items resolved/related issues by this PR. Address related/fixed issues with this format: #issueid. -->

- Related: #
- Fixed: #
Expand All @@ -22,12 +24,9 @@ https://github.com/fluenthub-community/FluentHub/blob/main/.github/CONTRIBUTING.



### πŸ’­ Motivation and Context
<!-- Items resolved/related issues by this PR. -->



### πŸ“Έ Assets (if appropriate):
<!-- A list of assets (screenshots, mockups) relevant to this pull request. -->



0 comments on commit a6a66b2

Please sign in to comment.