Update bug and feature request templates by Shrinks99 · Pull Request #707 · NatronGitHub/Natron
- I've followed the contributing guidelines to the best of my understanding
- I've read and understood the contributing guidelines
- I've formatted my code according to Natron's code style
- I've searched the pull requests tracker to ensure that this PR is not a duplicate
PR Description
What type of PR is this?
- Bug fix (non-breaking change which fixes an issue)
What does this pull request do?
Fixes the issue templates!
- Removes the
render: markdownlines so that text areas are no longer rendered as Markdown highlighted code blocks and are instead proper Markdown code. Neat! - Removed the requirement to run Natron from the command line for submitting a bug fix as this is not a valid test scenario for all bugs.
Have you tested your changes (if applicable)? If so, how?
Yep, on my forked repo, test issue is now deleted. Works great!