-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Issue: #34
- Loading branch information
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Hello, and welcome! Thanks you for your contribution to **Gulliver**. | ||
|
||
1. Please let us know about the contribution you are making | ||
- [ ] Does this contribution update documentation? | ||
- [ ] Does this contribution update code? | ||
- [ ] Does it fix a bug? | ||
- [ ] Does it add new functionality? | ||
|
||
1. Assuming there is a code change in this contribution | ||
- [ ] Have you included unit test(s) to verify the change? | ||
- [ ] Do all pre-existing unit tests pass as expected? | ||
- [ ] Does the change break existing functionality, if so have you explained why doing so is necessary? | ||
- [ ] Have you listed the possible side-effects or negative impacts of the code change. | ||
|
||
1. Put `closes #XXXX` in your comment, where XXXX is the the issue that your PR fixes. | ||
1. Provide any other information that pertinent to the PR you're making. | ||
1. Click "Create pull request". | ||
|
||
Thanks again, we'll review your PR and and act accordingly. |