Skip to content

Commit

Permalink
DYN-6220 Use github issue forms (#2969)
Browse files Browse the repository at this point in the history
  • Loading branch information
avidit authored Sep 9, 2023
1 parent 9a1c91c commit 53bed6f
Show file tree
Hide file tree
Showing 5 changed files with 764 additions and 26 deletions.
25 changes: 0 additions & 25 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
blank_issues_enabled: true
contact_links:
- name: Dynamo Issues
url: https://github.com/DynamoDS/Dynamo/issues/new/choose
about: File an issue with Dynamo
- name: Dynamo Wishlist
url: https://github.com/DynamoDS/DynamoWishlist/issues/new/choose
about: File an improvement request
- name: Dynamo Forum
url: https://forum.dynamobim.com
about: Discussions? Questions? Ideas? Something to share?
52 changes: 52 additions & 0 deletions .github/ISSUE_TEMPLATE/issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
name: Issue
description: File an issue
projects: [DynamoDS/7]
body:
- type: textarea
attributes:
label: 'Dynamo Version'
description: |
Which version of Dynamo are you using?
Go to **Dynamo > About** if you are not sure.
validations:
required: true
- type: textarea
attributes:
label: Revit Version
description: Which version of Revit are you using?
validations:
required: true
- type: textarea
attributes:
label: Operating System
description: e.g Windows 10, Windows 11
validations:
required: false
- type: textarea
attributes:
label: What did you do?
validations:
required: true
- type: textarea
attributes:
label: What did you expect to see?
validations:
required: true
- type: textarea
attributes:
label: What did you see instead
validations:
required: true
- type: textarea
attributes:
label: Stacktrace/logs
validations:
required: false
- type: textarea
attributes:
label: Details
description: |
Links? References?
_Tip: To attach screenshots/gifs or log files, click this area to highlight it and then drag files into it._
validations:
required: false
2 changes: 1 addition & 1 deletion .github/workflows/issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Issues workflow
# This workflow transfers or moves issues based upon assigned labels.

# DynamoRevitIssues project https://github.com/orgs/DynamoDS/projects/7
# Built-in workflow https://github.com/orgs/DynamoDS/projects/7/workflows/11382076
# Built-in workflow https://github.com/orgs/DynamoDS/projects/7/workflows

# The built-in workflow
# - adds any new issues to DynamoRevitIssues project
Expand Down
Loading

0 comments on commit 53bed6f

Please sign in to comment.