Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DYN-6220 Use github issue forms #2969

Merged
merged 1 commit into from
Sep 9, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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