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

Update bug and feature request templates #707

Merged
merged 3 commits into from Nov 16, 2021
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
10 changes: 2 additions & 8 deletions .github/ISSUE_TEMPLATE/bug.yml
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
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