Skip to content

Commit 11246ac

Browse files
authored
Merge pull request #88 from modelpack/feature/issue-template
chore: add issue templates
2 parents fadbd5d + cc0c40a commit 11246ac

4 files changed

Lines changed: 57 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Bug Report
3+
about: Report a bug for model spec
4+
labels: bug
5+
---
6+
7+
### Bug report:
8+
9+
<!-- Please describe what is actually happening -->
10+
11+
### Expected behavior:
12+
13+
<!-- Please describe what you expect to happen -->
14+
15+
### How to reproduce it:
16+
17+
<!-- How can a maintainer reproduce this issue (please be detailed) -->
18+
19+
### Environment:
20+
21+
- Model Spec version:
22+
- OS:
23+
- Kernel (e.g. `uname -a`):
24+
- Others:

.github/ISSUE_TEMPLATE/custom.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
name: Custom issue template
3+
about: Custom issue template for model spec
4+
---
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Feature Request
3+
about: Request a new feature for model spec
4+
labels: enhancement
5+
---
6+
7+
### Feature request:
8+
9+
<!-- Please describe the feature request and why you would like to have it -->
10+
11+
### Use case:
12+
13+
<!-- Please add a concrete use case to demonstrate how such a feature would add value for the user. -->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!--- Provide a general summary of your changes in the Title above -->
2+
3+
## Description
4+
5+
<!--- Describe your changes in detail -->
6+
7+
## Related Issue
8+
9+
<!--- This project only accepts pull requests related to open issues -->
10+
<!--- If suggesting a new feature or change, please discuss it in an issue first -->
11+
<!--- If fixing a bug, there should be an issue describing it with steps to reproduce -->
12+
<!--- Please link to the issue here: -->
13+
14+
## Motivation and Context
15+
16+
<!--- Why is this change required? What problem does it solve? -->

0 commit comments

Comments
 (0)