forked from pytorch/audio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request pytorch#972 from pytorch/readme
clarifying what pytorch/examples is and how to contribute
- Loading branch information
Showing
6 changed files
with
142 additions
and
12 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,42 @@ | ||
--- | ||
name: "\U0001F41B Bug report" | ||
about: Create a report to help us improve | ||
|
||
--- | ||
|
||
Your issue may already be reported! | ||
Please search on the [issue tracker](https://github.com/pytorch/serve/examples) before creating one. | ||
|
||
## Context | ||
<!--- How has this issue affected you? What are you trying to accomplish? --> | ||
<!--- Providing context helps us come up with a solution that is most useful in the real world --> | ||
* Pytorch version: | ||
* Operating System and version: | ||
|
||
## Your Environment | ||
<!--- Include as many relevant details about the environment you experienced the bug in --> | ||
* Installed using source? [yes/no]: | ||
* Are you planning to deploy it using docker container? [yes/no]: | ||
* Is it a CPU or GPU environment?: | ||
* Which example are you using: | ||
* Link to code or data to repro [if any]: | ||
|
||
## Expected Behavior | ||
<!--- If you're describing a bug, tell us what should happen --> | ||
|
||
## Current Behavior | ||
<!--- If describing a bug, tell us what happens instead of the expected behavior --> | ||
|
||
## Possible Solution | ||
<!--- Not obligatory, but suggest a fix/reason for the bug --> | ||
|
||
## Steps to Reproduce | ||
<!--- Provide a link to a live example, or an unambiguous set of steps to --> | ||
<!--- reproduce this bug. Include code to reproduce, if relevant --> | ||
1. | ||
2. | ||
... | ||
|
||
## Failure Logs [if any] | ||
<!--- Provide any relevant log snippets or files 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,9 @@ | ||
--- | ||
name: "\U0001F4DA Documentation" | ||
about: Report a documentation related issue | ||
|
||
--- | ||
|
||
## 📚 Documentation | ||
|
||
<!-- A clear and concise description of what content in any of the README.md files is an issues |
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,20 @@ | ||
--- | ||
name: "\U0001F680 Feature request" | ||
about: Suggest a new example or an improvement to the repo | ||
|
||
--- | ||
|
||
<!-- | ||
Thank you for suggesting an idea to improve pytorch/examples | ||
Please fill in as much of the template below as you're able. | ||
--> | ||
|
||
## Is your feature request related to a problem? Please describe. | ||
<!-- Please describe the problem you are trying to solve. --> | ||
|
||
## Describe the solution | ||
<!-- Please describe the desired behavior. --> | ||
|
||
## Describe alternatives solution | ||
<!-- Please describe alternative solutions or features you have considered. --> |
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,41 @@ | ||
--- | ||
name: "\U0001F41B Pull Request" | ||
about: Fix a bug or create new example | ||
|
||
--- | ||
|
||
## Description | ||
|
||
Please include a summary of the newly proposed example or issue being fixed. Please also include relevant motivation, context. | ||
|
||
If this is a new example, how is your example different enough from the remaining examples in the repo. | ||
|
||
If this is a bug fix please link the issue you are fixing. Fixes #(issue) | ||
|
||
## Type of change | ||
|
||
Please delete options that are not relevant. | ||
|
||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] New Example (new example contribution) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) | ||
- [ ] This change requires a documentation update | ||
|
||
## Feature/Issue validation/testing | ||
|
||
Please describe the tests [UT/IT] that you ran to verify your changes and relevant result summary. If this is a bug fix please run `run_python_examples.sh` before and after your change locally to make sure it works and add the logs here. | ||
|
||
- [ ] Logs before change | ||
- [ ] Logs after change | ||
|
||
- Logs | ||
|
||
If this is a new example please add a corresponding test in `run_python_examples.sh` | ||
|
||
- [ ] Test Added | ||
|
||
## Checklist: | ||
|
||
- [ ] Have you added tests that prove your fix is effective or that this example works? | ||
- [ ] Has code been commented, particularly in hard-to-understand areas? | ||
- [ ] Have you made corresponding changes to the documentation? |
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
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