Skip to content

Commit

Permalink
Merge pull request orizens#244 from orizens/feature/github-templates
Browse files Browse the repository at this point in the history
add(github): templates for issue and pr
  • Loading branch information
orizens authored Feb 28, 2018
2 parents aaf829c + 314a5ba commit 275f739
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 1 deletion.
32 changes: 31 additions & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,32 @@
<!-- Love ngx-infinite-scroll? Please consider supporting our collective:
👉 https://opencollective.com/ngx-infinite-scroll/donate -->
👉 https://opencollective.com/ngx-infinite-scroll/donate -->
Your issue may already be reported!
Please search on the [issue track](../) before creating one.

## Expected Behavior
<!--- If you're describing a bug, tell us what should happen -->
<!--- If you're suggesting a change/improvement, tell us how it should work -->


## Actual Behavior
<!--- If describing a bug, tell us what happens instead of the expected behavior -->
<!--- If suggesting a change/improvement, explain the difference from current behavior -->

## Possible Solution
<!--- Not obligatory, but suggest a fix/reason for the bug, -->
<!--- or ideas how to implement the addition or change -->

### Steps To Reproduce / Demo (if applicable)
[ ] Please share a [stackblitz](https://stackblitz.com/) or [plunkr](https://plnkr.co/) demo reproducing this issue


### Context
<!--- How has this issue affected you? What are you trying to accomplish? -->
<!--- Providing context helps us come up with a solution that is most useful in the real world -->

### Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
[ ] Version used:
[ ] Browser Name and version:
[ ] (Optional) Operating System and version (desktop or mobile):
[ ] (Optional) Link to your project:
30 changes: 30 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
A similar PR may already be submitted!
Please search among the [Pull request](../) before creating one.

Thanks for submitting a pull request! Please provide enough information so that others can review your pull request.

**Summary**

<!-- Summary of the PR -->

This PR fixes/implements the following **bugs/features**

* [ ] #issue1
* [ ] #issue2
* [ ] #Feature1
* [ ] #Feature2
* [ ] Breaking changes

<!-- You can skip this if you're fixing a typo or adding an app to the Showcase. -->

Explain the **motivation** for making this change. What existing problem does the pull request solve?

<!-- Example: When "Adding a function to do X", explain why it is necessary to have a way to do X. -->

### Requirements
Make sure these boxes are checked:
- [ ] link to an issue
- [ ] tests are updated (added/changed/removed)
- [ ] tests run successfully (local)
- [ ] tests run successfully (TravisCI)
- [ ] please follow this [styleguide](https://gist.github.com/stephenparish/9941e89d80e2bc58a153#subject-line) for this pr title

0 comments on commit 275f739

Please sign in to comment.