Addressed review comments.

This commit is contained in:
Clinton Alexander 2017-09-05 16:36:11 +01:00
parent 47e225825e
commit a86abc49aa
2 changed files with 7 additions and 7 deletions

View File

@ -1,8 +1,8 @@
Thank you for choosing to reporting an issue with Corda.
Thank you for choosing to report an issue with Corda.
When reporting an issue please make sure it contains;
* A clear description of the issue
* Any logs or stack traces that you can provide
* Any logs or stack traces that you can provide (use a site like [pastebin](https://pastebin.com)for larger logs)
* Steps to reproduce the issue
* The version/tag/release or commit hash it occured on

View File

@ -1,5 +1,4 @@
Thank you for choosing to contribute to Corda. As a contributor please read [CONTRIBUTING](../contributing.md) before
contributing.
Thank you for choosing to contribute to Corda.
## PR Process
@ -11,6 +10,7 @@ Once you have submitted a PR you are responsible for keeping it up to date until
## PR Checklist
1. Ensure you have done any relevant automated and manual testing.
2. Add your changes to the changelog.
3. Update any documentation relating to your changes.
2. Add your changes to `docs/src/changelog.rst`
3. Update any documentation in `docs/src` relating to your changes.
4. If you are contributing for the first time please read the agreement in [CONTRIBUTING](../contributing.md) now
and add to this Pull Request that you have read, and agreed to, the agreement.