Skip to content

Commit

Permalink
feat: new github templates (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Drag0ndust authored Jul 9, 2024
1 parent 8a658cd commit 3574c8a
Show file tree
Hide file tree
Showing 6 changed files with 69 additions and 63 deletions.
32 changes: 0 additions & 32 deletions .github/ISSUE_TEMPLATE/bug-report.md

This file was deleted.

37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: "\U0001F41E Bug report"
title: BUG -
description: Create a report to help us improve DragonAnnouncement
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Please carefully read the contribution docs before creating a bug report
- type: textarea
id: reproduction
attributes:
label: Reproduction
description: Please provide a description how we can reproduce the problem you ran into.
placeholder: Reproduction
validations:
required: true
- type: textarea
id: bug-description
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is. If you intend to submit a PR for this issue, tell us in the description. Thanks!
placeholder: Bug description
validations:
required: true
- type: textarea
id: additonal
attributes:
label: Additional context
description: If applicable, add any other context about the problem here
- type: textarea
id: logs
attributes:
label: Logs
description: |
Optional if provided reproduction. Please try not to insert an image but copy paste the log text.
render: shell-script
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: true
17 changes: 0 additions & 17 deletions .github/ISSUE_TEMPLATE/feature-request.md

This file was deleted.

27 changes: 27 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
name: "🚀 Feature request"
title: FEATURE -
description: Suggest a feature that will improve the DragonAnnouncement
labels: ["feature request"]
body:
- type: markdown
attributes:
value: |
Thank you for taking the time to fill out this feature request!
Please carefully read the contribution docs before suggesting a new feature
- type: textarea
id: feature-description
attributes:
label: Describe the feature
description: A clear and concise description of what you think would be a helpful addition to DragonAnnouncement, including the possible use cases and alternatives you have considered. If you have a working prototype or package that implements it, please include a link.
placeholder: Feature description
validations:
required: true
- type: checkboxes
id: additional-info
attributes:
label: Additional information
description: Additional information that helps us decide how to proceed.
options:
- label: Would you be willing to help implement this feature?
- label: Could this feature be implemented as a module?
18 changes: 4 additions & 14 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
# What it Does
* Closes #
* Describe what your change does
### 🔗 Linked issue

# How I Tested
* Add a list of steps to show the functionality of your feature
For example:
* Run the application
* Tap the (+) button
* See this screen
etc...
<!-- Please ensure there is an open issue and mention its number. For example, "- Closes #1" "- Resolves #1" -->

# Notes
* Anything else that should be noted about how you implemented this feature?
### 📚 Description

# Screenshot
* Add a screenshot of your new feature! OR show a screen recording of it in action. (On the simulator press Cmd + R to record, and the top button at the top when done). **This video should be longer than 30 seconds.**
<!-- Describe your changes in detail. Why is this change required? What problem does it solve? -->

0 comments on commit 3574c8a

Please sign in to comment.