Skip to content

Commit

Permalink
adding Issue/PR templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Shlomi Noach committed Dec 6, 2016
1 parent 66a4bbd commit 62d8dd7
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
> This is the place to report a bug, ask a question, or suggest an enhancement.
> This is also the place to make a discussion before creating a PR.
> If this is a bug report, please provide a test case (e.g., your table definition and gh-ost command) and the error output.
> Please use markdown to format code or SQL: https://guides.github.com/features/mastering-markdown/
> And please understand if this issue is not addressed immediately or in a timeframe you were expecting.
> Thank you!
20 changes: 20 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## A Pull Request should be associated with an Issue.

> We wish to have discussions in Issues. A single issue may be targeted by multiple PRs.
> If you're offering a new feature or fixing anything, we'd like to know beforehand in Issues,
> and potentially we'll be able to point development in a particular direction.
Related issue: https://github.com/github/orchestrator/issues/0123456789

> Thank you! We are open to PRs, but please understand if for technical reasons we are unable to accept each and any PR
### Description

This PR [briefly explain what is does]

> In case this PR introduced Go code changes:
- [ ] contributed code is using same conventions as original code
- [ ] code is formatted via `gofmt` (please avoid `goimports`)
- [ ] code is built via `./build.sh`
- [ ] code is tested via `go test ./go/...`

0 comments on commit 62d8dd7

Please sign in to comment.