update GitHub templates (#612)

This commit is contained in:
Jirka Borovec
2019-12-08 17:07:24 -08:00
committed by William Falcon
parent 5d00e62047
commit 607dbdaefd
4 changed files with 65 additions and 34 deletions
+35 -15
View File
@@ -11,32 +11,52 @@ assignees: ''
1. Tensorboard not showing in Jupyter-notebook see [issue 79](https://github.com/williamFalcon/pytorch-lightning/issues/79). 1. Tensorboard not showing in Jupyter-notebook see [issue 79](https://github.com/williamFalcon/pytorch-lightning/issues/79).
2. PyTorch 1.1.0 vs 1.2.0 support [see FAQ](https://github.com/williamFalcon/pytorch-lightning#faq) 2. PyTorch 1.1.0 vs 1.2.0 support [see FAQ](https://github.com/williamFalcon/pytorch-lightning#faq)
### Describe the bug ## 🐛 Bug
A clear and concise description of what the bug is.
<!-- A clear and concise description of what the bug is. -->
### To Reproduce
#### To Reproduce
Steps to reproduce the behavior: Steps to reproduce the behavior:
1. Go to '...' 1. Go to '...'
2. Run '....' 2. Run '....'
3. Scroll down to '....' 3. Scroll down to '....'
4. See error 4. See error
<!-- If you have a code sample, error messages, stack traces, please provide it here as well -->
#### Code sample #### Code sample
Ideally attach a minimal code sample to reproduce the decried issue. <!-- Ideally attach a minimal code sample to reproduce the decried issue.
[Minimal means having the shortest code but still preserving the bug] Minimal means having the shortest code but still preserving the bug. -->
#### Expected behavior ### Expected behavior
A clear and concise description of what you expected to happen.
#### Screenshots <!-- A clear and concise description of what you expected to happen. -->
If applicable, add screenshots to help explain your problem.
### Environment information ### Environment
Desktop (please complete the following information): Please copy and paste the output from our
- OS: [e.g. iOS, Linux, Win] [environment collection script](https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py)
- Packaging [e.g. pip, conda] (or fill out the checklist below manually).
- Version [e.g. 0.5.2.1]
You can get the script and run it with:
```
wget https://raw.githubusercontent.com/pytorch/pytorch/master/torch/utils/collect_env.py
# For security purposes, please check the contents of collect_env.py before running it.
python collect_env.py
```
- PyTorch Version (e.g., 1.0):
- OS (e.g., Linux):
- How you installed PyTorch (`conda`, `pip`, source):
- Build command you used (if compiling from source):
- Python version:
- CUDA/cuDNN version:
- GPU models and configuration:
- Any other relevant information:
### Additional context ### Additional context
Add any other context about the problem here.
<!-- Add any other context about the problem here. -->
@@ -7,7 +7,7 @@ assignees: ''
--- ---
## Typos and docs fixes ## 📚 Documentation
For typos and doc fixes, please go ahead and: For typos and doc fixes, please go ahead and:
+15 -8
View File
@@ -7,14 +7,21 @@ assignees: ''
--- ---
**Is your feature request related to a problem? Please describe.** ## 🚀 Feature
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] <!-- A clear and concise description of the feature proposal -->
**Describe the solution you'd like** ### Motivation
A clear and concise description of what you want to happen.
**Describe alternatives you've considered** <!-- Please outline the motivation for the proposal. Is your feature request related to a problem? e.g., I'm always frustrated when [...]. If this is related to another GitHub issue, please link here too -->
A clear and concise description of any alternative solutions or features you've considered.
**Additional context** ### Pitch
Add any other context or screenshots about the feature request here.
<!-- A clear and concise description of what you want to happen. -->
### Alternatives
<!-- A clear and concise description of any alternative solutions or features you've considered, if any. -->
### Additional context
<!-- Add any other context or screenshots about the feature request here. -->
+14 -10
View File
@@ -7,20 +7,24 @@ assignees: ''
--- ---
## ❓ Questions and Help
### Before asking: ### Before asking:
1. search the issues. 1. search the issues.
2. search the docs. 2. search the docs.
If you still can't find what you need: <!-- If you still can't find what you need: -->
#### What is your question?
#### Code #### What is your question?
Please paste a code snippet if your question requires it!
#### What have you tried? #### Code
#### What's your environment? <!-- Please paste a code snippet if your question requires it! -->
- conda version (no venv)
- PyTorch version #### What have you tried?
- Lightning version
- Test-tube version #### What's your environment?
- OS: [e.g. iOS, Linux, Win]
- Packaging [e.g. pip, conda]
- Version [e.g. 0.5.2.1]