Skip to content

Commit

Permalink
Issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Nice3point committed Jul 21, 2024
1 parent 6d9752d commit e930f53
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 0 deletions.
49 changes: 49 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
name: "🐛 Bug report"
description: Report errors or unexpected behavior
labels:
- bug 🐛
- unverified ⌛
body:
- type: markdown
attributes:
value: Please make sure to [search for existing issues](https://github.com/jeremytammik/RevitLookup/issues?q=) before filing a new one!
- type: input
attributes:
label: RevitLookup version
placeholder: 2025.0.0
description: Look at system Setting or About page
validations:
required: true

- type: textarea
attributes:
label: Steps to reproduce
description: We highly suggest including screenshots and a bug report log (%LocalAppData%\Autodesk\Revit\Autodesk Revit {version}\Journals)
placeholder: Having detailed steps helps us reproduce the bug
validations:
required: true

- type: textarea
attributes:
label: ✔️ Expected Behavior
placeholder: What were you expecting?
validations:
required: false

- type: textarea
attributes:
label: ❌ Actual Behavior
placeholder: What happened instead?
validations:
required: false

- type: textarea
attributes:
label: Other Software
description: If you're reporting a bug about our interaction with other plugins, what plugins? What versions?
placeholder: |
PowerAutomate
Forma
BimTools v1.0
validations:
required: false
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: "📃 RevitLookup user documentation"
url: https://github.com/jeremytammik/RevitLookup/wiki
about: Documentation for users of RevitLookup tool
- name: "📃 RevitLookup dev documentation"
url: https://github.com/jeremytammik/RevitLookup/blob/dev/Contributing.md
about: Documentation for people interested in developing and contributing for RevitLookup
12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/documentation-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: "📃 Documentation Issue"
description: Report issues in our documentation
labels:
- documentation 📃
- unverified ⌛
body:
- type: textarea
attributes:
label: Provide a description of requested docs changes
placeholder: Briefly describe which document needs to be corrected and why
validations:
required: true
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: "💡 Feature or enhancement request"
description: Propose something new
labels:
- feature 💡
- unverified ⌛
body:
- type: textarea
attributes:
label: Description of the new feature / enhancement
placeholder: What is the expected behavior of the proposed feature?
validations:
required: true
- type: textarea
attributes:
label: Scenario when this would be used?
placeholder: What is the scenario this would be used? Why is this important to your workflow as a power user?
validations:
required: true
- type: markdown
attributes:
value: Please limit one request per issue.

0 comments on commit e930f53

Please sign in to comment.