Skip to content

Commit 0e0d76a

Browse files
committed
Issue and PR Templates
1 parent ff0dce8 commit 0e0d76a

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
### Environment
2+
3+
Provide at least:
4+
* Ruby Version.
5+
* Active Record Slave Version.
6+
* Application/framework names and versions (e.g. Rails, Sinatra, Puma, etc.).
7+
* Full Stack Trace, if an exception is being raised.
8+
9+
### Expected Behavior
10+
11+
* Describe your expectation of how Active Record Slave should behave.
12+
* Ideally, provide a standalone Ruby script or a link to an example repository that helps reproduce the issue.
13+
14+
### Actual Behavior
15+
16+
* Describe or show the actual behavior.
17+
* Provide text or screen capture showing the behavior.
18+
19+
### Pull Request
20+
21+
* Consider submitting a Pull Request with a fix for the issue.
22+
* Or, even a Pull request that only includes a test that reproduces the problem.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
### Issue # (if available)
2+
3+
4+
### Description of changes
5+
6+
7+
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
Gemfile.lock
77
/gemfiles/*.lock
88
*.sqlite3
9+
.rakeTasks

0 commit comments

Comments
 (0)