Skip to content

Commit

Permalink
refactored .github guidelines
Browse files Browse the repository at this point in the history
  • Loading branch information
optimistanoop committed Apr 19, 2018
1 parent 7175121 commit 76dde67
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 7 deletions.
10 changes: 10 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ a proposal for your work first, to be sure that we can use it.
Before you submit an issue, please search the issue tracker, maybe an issue for your identified problem already exists and you can join the discussion there only.
For bugs, please try to provide as much information possible to reproduce it as possible, that will really help us a lot!

**Great Bug Reports** tend to have:

- A quick summary and/or background
- Steps to reproduce
- Be specific!
- Give sample code if you can.
- What you expected would happen
- What actually happens
- Notes (possibly including why you think this might be happening, or stuff you tried that didn't work)

### <a name="submit-pr"></a> Submitting a Pull Request (PR)
1. Make sure there is an issue open for the PR and it is assigned to you before starting any work. That way it'll be helpful to eliminate duplicate efforts.
2. Fork the repo. If already have one, checkout the latest master from upstream.
Expand Down
20 changes: 16 additions & 4 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,23 @@
**I'm submitting a ...**
- [ ] bug report
- [ ] feature request
# Template to submit an issue

- [ ] I have read the [contribution guidelines](https://github.com/UdacityMobileWebScholarship/showcase-app/blob/master/.github/CONTRIBUTING.md)

-**I'm submitting a ...**
<!-- Delete the reasons that don't apply. -->

- [ ] bug report
- [ ] feature request

**Current behavior:**
<!-- How the bug manifests. -->
<!-- How the bug manifests.
- [ ] `node -v` prints:
- [ ] Windows, OS X/macOS, or Linux?: -->

**Expected behavior:**
<!-- Behavior would be without the bug. -->

**Steps to reproduce:**
<!-- Give a complete description of how to reproduce the problem. -->



12 changes: 9 additions & 3 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<!-- Add the issue number that is fixed by this PR (In the form Fixes #123) -->
<!--
Thanks for contributing to the project. Please follow the guidelines
below:
Add the issue number that is fixed by this PR (In the form Fixes #123) -->
Fixes #

#### Checklist
Expand All @@ -9,5 +12,8 @@ Fixes #

#### Changes proposed in this pull request:

-
-
<!-- Describe how this PR will make our project even more awesome.
If this solves an issue, please reference it in this PR. -->



0 comments on commit 76dde67

Please sign in to comment.