天天看點

[Github] Create a GitHub Issue Template

create a <code>.github</code> directory at the root of your project

create an <code>issue_template</code> directory inside the <code>.github</code> directory

add a file called <code>bug_report.md</code> . here's an example:

create a file called <code>feature_request.md</code>

make sure these changes are on the default branch

docs