forked from orizens/ngx-infinite-scroll
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request orizens#244 from orizens/feature/github-templates
add(github): templates for issue and pr
- Loading branch information
Showing
2 changed files
with
61 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |