Free tech resources for faculty, students, researchers, life-long learners, and academic community builders for use in tech based courses, workshops, and hackathons.
A new folder inside .github/ was created named ISSUE_TEMPLATE which is meant to store all the issues template by default.
A new file .github/ISSUE_TEMPLATE/bug_report.md was created which holds the content of the issue template Bug report.
Description of the changes made
Now, a new issue template has been created for Bug Report which does following things automatically,
Any issue creator will get a well-defined structure for reporting the bug,
Automatically, when the issue is created, bug label would be labelled to the issue and a placeholder as [BUG] will be provided to the issue creator while creating a new issue.
What changes were made?
.github/
was created namedISSUE_TEMPLATE
which is meant to store all the issues template by default..github/ISSUE_TEMPLATE/bug_report.md
was created which holds the content of the issue templateBug report
.Description of the changes made
Now, a new issue template has been created for Bug Report which does following things automatically,
bug
label would be labelled to the issue and a placeholder as[BUG]
will be provided to the issue creator while creating a new issue.