Skip to content

Commit

Permalink
pr template
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksnyder committed Apr 15, 2018
1 parent 2512db5 commit 48de9c8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 8 deletions.
15 changes: 15 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## What is the goal of this PR?

<!-- Explain your objective. Link to relevant issues. -->

## How does this PR accomplish the goal?

<!-- Explain your implementation. -->

## Checklist:

* [ ] I have not made any changes that are backwards incompatible.
* [ ] I have read the [common code review comments](https://github.com/golang/go/wiki/CodeReviewComments).
* [ ] My code is formatted.
* [ ] My change is covered by unit tests.
* [ ] The build is passing.
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,14 +112,6 @@ bundle.MustLoadMessageFile("active.es.toml")
* Look at the [code examples](https://github.com/nicksnyder/go-i18n/blob/master/i18n/example_test.go) and [tests](https://github.com/nicksnyder/go-i18n/blob/master/i18n/localizer_test.go).
* Look at an example [application](https://github.com/nicksnyder/go-i18n/tree/master/example).

## Contributions

If you would like to submit a pull request, please

1. Write tests.
2. Format code with [goimports](https://github.com/bradfitz/goimports).
3. Read the [common code review comments](https://github.com/golang/go/wiki/CodeReviewComments).

## License

go-i18n is available under the MIT license. See the [LICENSE](LICENSE) file for more info.

0 comments on commit 48de9c8

Please sign in to comment.