mirror of
https://github.com/corda/corda.git
synced 2025-06-11 03:41:41 +00:00
Addressed review comments.
This commit is contained in:
parent
47e225825e
commit
a86abc49aa
4
.github/ISSUE_TEMPLATE.md
vendored
4
.github/ISSUE_TEMPLATE.md
vendored
@ -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;
|
When reporting an issue please make sure it contains;
|
||||||
|
|
||||||
* A clear description of the issue
|
* 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
|
* Steps to reproduce the issue
|
||||||
* The version/tag/release or commit hash it occured on
|
* The version/tag/release or commit hash it occured on
|
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
10
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -1,5 +1,4 @@
|
|||||||
Thank you for choosing to contribute to Corda. As a contributor please read [CONTRIBUTING](../contributing.md) before
|
Thank you for choosing to contribute to Corda.
|
||||||
contributing.
|
|
||||||
|
|
||||||
## PR Process
|
## PR Process
|
||||||
|
|
||||||
@ -11,6 +10,7 @@ Once you have submitted a PR you are responsible for keeping it up to date until
|
|||||||
## PR Checklist
|
## PR Checklist
|
||||||
|
|
||||||
1. Ensure you have done any relevant automated and manual testing.
|
1. Ensure you have done any relevant automated and manual testing.
|
||||||
2. Add your changes to the changelog.
|
2. Add your changes to `docs/src/changelog.rst`
|
||||||
3. Update any documentation relating to your changes.
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user