Skip to content

Commit

Permalink
Update bug report and contributing
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Sheehy <steven.sheehy@hedera.com>
  • Loading branch information
steven-sheehy committed Aug 29, 2019
1 parent a03b399 commit d39c55d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/1-bug-report.md
Expand Up @@ -6,6 +6,11 @@ labels: bug
assignees: ''

---
<!-- Thanks for submitting a bug report! Before submitting:
1. Try searching the existing issues to see if your issue has already been reported
2. Try asking on our Discord group (https://discordapp.com/invite/FFb9YFX)
3. If you're reporting a security vulnerability, please email security@hedera.com instead of opening an issue
-->

**Detailed Description**
A clear and concise description of what the bug is.
Expand Down
6 changes: 3 additions & 3 deletions CONTRIBUTING.md
Expand Up @@ -10,7 +10,7 @@ process to help get your contribution accepted.
- [Types](#issue-types)
- [Lifecycle](#issue-lifecycle)
- [Pull Requests](#pull-requests)
- [Creation](#pr-creation)
- [Forking](#forking)
- [Sign Off](#sign-off)
- [Lifecycle](#pr-lifecycle)
- [Releases](#releases)
Expand Down Expand Up @@ -79,7 +79,7 @@ contributing. All issue types follow the same general lifecycle. Differences are

Like most open source projects, we use Pull Requests (PRs) to track code changes.

### PR Creation
### Forking

1. Fork the [hedera-mirror-node](https://github.com/hashgraph/hedera-mirror-node) repo

Expand Down Expand Up @@ -154,7 +154,7 @@ $ git commit -s -m 'Update README'

### PR Lifecycle

Now that you've [created](#pr-creation) your PR and [signed off](#sign-off) any commits, you can proceed to submit it.
Now that you've got your [forked](#forking) branch and [signed off](#sign-off) any commits, you can proceed to submit it.

1. **Submitting**
- It is preferred, but not required, to have a PR tied to a specific issue. There can be
Expand Down

0 comments on commit d39c55d

Please sign in to comment.