mirror of https://github.com/tracel-ai/burn.git
Issue and pull request templates (#75)
This commit is contained in:
parent
fb7e0961f8
commit
83d60f4828
|
@ -0,0 +1,40 @@
|
||||||
|
---
|
||||||
|
name: Bug report
|
||||||
|
about: Create a report to help us improve
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
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):**
|
||||||
|
- OS: [e.g. iOS]
|
||||||
|
- Browser [e.g. chrome, safari]
|
||||||
|
- Version [e.g. 22]
|
||||||
|
|
||||||
|
**Smartphone (please complete the following information):**
|
||||||
|
- Device: [e.g. iPhone6]
|
||||||
|
- OS: [e.g. iOS8.1]
|
||||||
|
- Browser [e.g. stock browser, safari]
|
||||||
|
- Version [e.g. 22]
|
||||||
|
|
||||||
|
**Additional context**
|
||||||
|
<!-- Add any other context about the problem here. -->
|
|
@ -0,0 +1,28 @@
|
||||||
|
---
|
||||||
|
name: Feature request
|
||||||
|
about: Suggest an idea for this project
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
<!-- Please search existing issues to avoid creating duplicates -->
|
||||||
|
|
||||||
|
### Feature description
|
||||||
|
|
||||||
|
<!-- Describe the feature you'd like -->
|
||||||
|
|
||||||
|
### Feature motivation
|
||||||
|
|
||||||
|
<!-- Why do you want this? -->
|
||||||
|
|
||||||
|
### (Optional) Suggest a Solution
|
||||||
|
|
||||||
|
<!--
|
||||||
|
How do you think we should implement this feature?
|
||||||
|
Things to address include:
|
||||||
|
* Details of the technical implementation
|
||||||
|
* Tradeoffs made in design decisions
|
||||||
|
* Caveats and considerations for the future
|
||||||
|
-->
|
|
@ -0,0 +1,12 @@
|
||||||
|
* **Please check if the PR fulfills these requirements**
|
||||||
|
- [ ] The commit message follows our guidelines
|
||||||
|
- [ ] Docs have been added / updated (for bug fixes / features)
|
||||||
|
|
||||||
|
|
||||||
|
* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...)
|
||||||
|
|
||||||
|
|
||||||
|
* **Does this PR introduce a breaking change?** (What changes might users need to make in their application due to this PR?)
|
||||||
|
|
||||||
|
|
||||||
|
* **Other information**:
|
Loading…
Reference in New Issue