Skip to content

Commit

Permalink
Update bug and feature request templates (#707)
Browse files Browse the repository at this point in the history
* Update bug.yml

Removes command line run requirement

Removes render tags in hopes that it causes text to actually just be a part of the issue

* Update bug.yml

One more render tag removal

* Update feature.yml

Removes render markdown tags
  • Loading branch information
Shrinks99 authored Nov 16, 2021
1 parent 11d4561 commit 766c77b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
10 changes: 2 additions & 8 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ body:
- label: I've restarted Natron and the issue persists
required: true
- label: I've run Natron via the [command line](https://natron.readthedocs.io/en/rb-2.4/devel/natronexecution.html) and the issue persists
required: true
required: false
- label: I've followed the [contributing guidelines](https://github.com/NatronGitHub/Natron/blob/RB-2.4/CONTRIBUTING.md) to the best of my understanding
required: true
- label: My issue is not on the [issue tracker](https://github.com/NatronGitHub/Natron/issues?q=is%3Aissue+type%3Abug) and is not a duplicate of a forum thread
- label: My issue is not on the [issue tracker](https://github.com/NatronGitHub/Natron/issues?q=is%3Aissue+type%3Abug) already (go search for it and dig around a little bit!)
required: true
- label: This bug is reproducible
required: true
Expand All @@ -46,7 +46,6 @@ body:
- type: textarea
attributes:
label: System specs
render: markdown
placeholder: |
RAM: 15.6 GB
CPU: Intel Core i7-7700HQ @ 2.80GHz
Expand Down Expand Up @@ -75,22 +74,19 @@ body:
attributes:
label: If you installed to a custom '(non-default)' location please include it here':'
placeholder: '`/opt/Natron-2.4.0`'
render: markdown
validations:
required: false
# What was the user trying to do?
- type: textarea
attributes:
label: What were you trying to do?
placeholder: While working on a project in Natron I tried to...
render: markdown
validations:
required: true
# What did the user expect to happen? What was the actual behavior?
- type: textarea
attributes:
label: What did you expect to happen? What happened instead?
render: markdown
description: |
You may submit a link to any screenshots/videos that can be used to understand how to reproduce the issue. Additionally, depending on situation, you should also submit one of the following:
- If your problem can be reproduced using a Natron project, please include a link to the project on a file sharing service, or attach the project as a zip file to this issue, if possible.
Expand All @@ -105,7 +101,6 @@ body:
- type: textarea
attributes:
label: Step-by-step reproduction instructions
render: markdown
placeholder: |
1. Start Natron...
2. Open attached project...
Expand All @@ -118,6 +113,5 @@ body:
attributes:
label: Additional details
description: Add any other relevant information here
render: markdown
validations:
required: false
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ body:
- type: textarea
attributes:
label: Provide a description of your feature request
render: markdown
validations:
required: true
# Realistically implementable or not?
Expand All @@ -46,6 +45,5 @@ body:
label: Additional details
description: |
You do not have to fill this out but more details are always helpful!
render: markdown
validations:
required: false

0 comments on commit 766c77b

Please sign in to comment.