-
Notifications
You must be signed in to change notification settings - Fork 24
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
Created issue template #4
Conversation
It seems like there hasn't been any activity on this for 2 weeks. Any updates @jasonetorres? |
my bad YK for some reason I didn't get any of the updates on it. let me get it closed out today |
added the question to the type selection! |
To further improve, consider creating separate templates for bug reports, feature requests, and questions. This makes it easier for users to submit their issues and helps us with better organization and automation. GitHub supports this through the .github/ISSUE_TEMPLATE directory. Thoughts? |
Great idea I'll have it setup by tomorrow |
ok I removed the issue template and crated seperate templates for each topic. |
Created this issue to see if anyone could do the next round of review: #27 |
From #27, to further improve: BugReport.md: Severity Level: A severity level tag (e.g., low, medium, high) to help streamline bugs and also ensuring that developers can effectively prioritize which bugs to work on. Question.md: Categories: By categorizing the questions, it makes it easy to sort them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added the severity tracker to the bug report
@@ -0,0 +1,38 @@ | |||
name: Bug Report or Feature Request | |||
name: Bug Report form |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like there are two names here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed duplicate form titles
I have built out the md file to contain a basic formate for submitting issues to the repo
(closes #3)