Merge remote-tracking branch 'origin/master' into upgrade-gh-reminder

This commit is contained in:
Corey Johnson 2019-12-02 10:01:04 -08:00
commit 5ce2b7ea18
23 changed files with 715 additions and 657 deletions

23
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View file

@ -0,0 +1,23 @@
---
name: "\U0001F41B Bug report"
about: Report a bug or unexpected behavior while using GitHub CLI
---
### Describe the bug
A clear and concise description of what the bug is. Include version by typing `gh --version`.
### Steps to reproduce the behavior
1. Type this '...'
2. View the output '....'
3. See error
### Expected vs actual behavior
A clear and concise description of what you expected to happen and what actually happened.
### Logs
Paste the activity from your command line. Redact if needed.

View file

@ -0,0 +1,17 @@
---
name: "\U00002B50 Submit a request"
about: Surface a feature or problem that you think should be solved
---
### Describe the feature or problem youd like to solve
A clear and concise description of what the feature or problem is.
### Proposed solution
How will it benefit CLI and its users?
### Additional context
Add any other context like screenshots or mockups are helpful, if applicable.