Skip to content

Commit a74c1c0

Browse files
author
Shlomi Noach
authored
Merge pull request #101 from github/templates
issue and PR templates
2 parents 783df49 + bdd8701 commit a74c1c0

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
> This is the place to report a bug, ask a question, suggest an enhancment.
2+
3+
> This is the place to make a discussion before creating a PR.
4+
5+
> Please label your Issue
6+
7+
> Please understand if this Issue is not addressed immediately or in a timeframe you were expecting.
8+
9+
> Thank you!

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## A Pull Request should be associated with an Issue.
2+
3+
> We wish to have discussions in Issues. A single issue may be targeted by multiple PRs.
4+
> If you're offering a new feature or fixing anything, we'd like to know beforehand in Issues,
5+
> and potentially we'll be able to point development in a particular direction.
6+
7+
Related issue: https://github.com/github/gh-ost/issues/0123456789
8+
9+
> Thank you! We are open to PRs, but please understand if for technical reasons we are unable to accept each and any PR
10+
11+
### Description
12+
13+
This PR [briefly explain what is does]
14+
15+
> In case this PR introduced Go code changes:
16+
17+
- [ ] contributed code is using same conventions as original code
18+
- [ ] code is formatted via `gofmt` (please avoid `goimports`)
19+
- [ ] code is built via `bash build.sh`

0 commit comments

Comments
 (0)