-
Notifications
You must be signed in to change notification settings - Fork 126
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add templates for GitHub issues and pull requests
- Loading branch information
Showing
5 changed files
with
81 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: '' | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Bug description | ||
Please add a clear and concise description of the bug, including observed and if possible expected behavior. | ||
|
||
### How to reproduce | ||
Describe steps or include command to reproduce the behavior. | ||
|
||
### Context | ||
* Marian version: Paste the output of `--version` here | ||
* CMake command: Type the cmake command you used and attach the output of `--build-info all` | ||
* Log file: Attach your training/decoding logs | ||
|
||
Add any other information about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
blank_issues_enabled: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: '' | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
### Feature description | ||
Please add a concise description of what the problem is and describe the solution you would like to see. | ||
Add links to a paper, another toolkit, etc. if relevant. | ||
|
||
### Example | ||
Add a usage examples for the new feature, e.g. a command line. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
### Description | ||
Please add a clear and concise description of the changes. | ||
|
||
This PR fixes a bug/adds a new feature/refactorizes the code/does something else. | ||
It is related to issues: #998, #999, ... | ||
|
||
List of changes: | ||
- ... | ||
- ... | ||
- ... | ||
|
||
Added dependencies: none | ||
|
||
### How to test | ||
Describe how to test your changes, adding command line examples and sample input/output files if relevant. | ||
Point to unit tests or regression tests covering the changes if they have been added. | ||
|
||
Describe how you have tested your code, including OS and the cmake command. | ||
|
||
### Checklist | ||
|
||
- [ ] I have tested the code manually | ||
- [ ] I have run regression tests | ||
- [ ] I have read and followed CONTRIBUTING.md | ||
- [ ] I have updated CHANGELOG.md |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters