-
Notifications
You must be signed in to change notification settings - Fork 302
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6d9752d
commit e930f53
Showing
4 changed files
with
90 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |