[Github] Create a GitHub Issue Template
- Create a
.githubdirectory at the root of your project - Create an
ISSUE_TEMPLATEdirectory inside the.githubdirectory - Add a file called
bug_report.md. Here's an example:
--- name: Bug report 🐞 about: Create a report to help us improve title: '' labels: bug assignees: '' --- **Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down to '....' 4. See error **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** If applicable, add screenshots to help explain your problem. **Desktop (please complete the following information):** - Browser [e.g. chrome, safari] - Version [e.g. 22] **Additional context** Add any other context about the problem here.
create a file called feature_request.md
--- name: Feature Request 💡 about: Suggest a new idea for the project. labels: enhancement --- ## Summary Brief explanation of the feature. ### Basic example If the proposal involves a new or changed API, include a basic code example. Omit this section if it's not applicable. ### Motivation Why are we doing this? What use cases does it support? What is the expected outcome?
Make sure these changes are on the default branch

浙公网安备 33010602011771号