This commit is contained in:
Fred Park 2018-06-15 13:51:57 -07:00
Родитель 1cbc2305dd
Коммит 474c958069
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 3C4D545F457737EB
4 изменённых файлов: 51 добавлений и 3 удалений

24
.github/ISSUE_TEMPLATE/bug_report.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,24 @@
---
name: Bug report
about: Create a report to help us improve
---
#### Problem Description
- Support requests should be raised from within the Azure Portal and not
through GitHub.
- All sensitive information should be redacted if filing an issue on GitHub.
#### Steps to Reproduce
#### Expected Results
#### Actual Results
#### Additional Logs
```
INSERT ADDITIONAL LOGS HERE
```
#### Additonal Comments

18
.github/ISSUE_TEMPLATE/feature_request.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,18 @@
---
name: Feature request
about: Suggest an idea for this project
---
#### Feature Request Description
- Is your feature request related to a problem? Please describe.
- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
#### Describe Preferred Solution
A clear and concise description of what you want to happen.
#### Describe Alternatives Considered
A clear and concise description of any alternative solutions or features you've considered.
#### Additional Context
Add any other context or screenshots about the feature request here.

3
.github/issue_template.md поставляемый
Просмотреть файл

@ -1,3 +0,0 @@
### Problem Description, Question or Feature Request
Note that support requests should be raised from within the Azure Portal.

9
.github/pull_request_template.md поставляемый Normal file
Просмотреть файл

@ -0,0 +1,9 @@
### Pull Request Checklist
- [ ] Review the [contributing guidelines](https://github.com/Azure/Batch/blob/master/CONTRIBUTING.md)
- [ ] Outstanding issue linked, if applicable
- [ ] Commit messages should conform to [good style practices](https://chris.beams.io/posts/git-commit/)
- [ ] PR should pass all checks and have no conflicts
### Description
Please describe the pull request.