This repository has been archived by the owner on Oct 3, 2023. It is now read-only.
forked from rwz/nestive
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jonas Hübotter
committed
Dec 19, 2017
1 parent
989e7fc
commit ea0a877
Showing
2 changed files
with
35 additions
and
0 deletions.
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
### Expected behavior | ||
Tell us what should happen | ||
|
||
### Actual behavior | ||
Tell us what happens instead | ||
|
||
### Steps to reproduce | ||
Show a way to reproduce | ||
|
||
### System configuration | ||
|
||
**Ruby version**: | ||
|
||
**Rails version**: |
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,21 @@ | ||
### Summary | ||
|
||
Provide a general description of the code changes in your pull | ||
request... were there any bugs you had fixed? If so, mention them. If | ||
these bugs have open GitHub issues, be sure to tag them here as well, | ||
to keep the conversation linked together. | ||
|
||
### Other Information | ||
|
||
If there's anything else that's important and relevant to your pull | ||
request, mention that information here. This could include | ||
benchmarks, or other information. | ||
|
||
If you are updating any of the CHANGELOG files or are asked to update the | ||
CHANGELOG files by reviewers, please add the CHANGELOG entry at the top of the file. | ||
|
||
Finally, if your pull request affects documentation or any non-code | ||
changes, guidelines for those changes are [available | ||
here](https://github.com/jonhue/nestive-rails/blob/master/CONTRIBUTING.md) | ||
|
||
Thanks for contributing to `nestive-rails`! |