Add an ISSUE template/form to the GitHub repository #151
Closed
rvanbekkum
started this conversation in
General
Replies: 2 comments
-
|
Thanks for brining this up! I've now added the template (see details on #212) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Maybe it is also a good idea to add a template to the old LinterCop repo so that you can redirect people to ALCops when they try to report issues? 😊 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Add an ISSUE template/form to the GitHub repository.
Some of the benefits:
Even better: GitHub now also supports Issue forms
Things that could be included:
Analyzer/Cop Name (
dropdown)Dropdown with the following valid options:
ApplicationCopDocumentationCopFormattingCopLinterCopPlatformCopTestCopVersion (
input)The version number used to (re)produce the issue.
Rule ID (
input)The ID of the code analyzer rule.
Description (
textarea)A multi-line description of the issue
Sample Code to Reproduce the Issue (
textarea)The sample AL code (snippet) that can be used to reproduce the issue.
The default/prepopulated value could be:
```al
```
etc.
Beta Was this translation helpful? Give feedback.
All reactions