Skip to content

Commit b446cbb

Browse files
authored
Auto deploy and Issue/PR templates (#44)
1 parent 2cf8521 commit b446cbb

File tree

3 files changed

+42
-5
lines changed

3 files changed

+42
-5
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## Basic Info
2+
3+
* rails_param Version:
4+
* Ruby Version:
5+
* Rails Version:
6+
7+
## Issue description
8+
Please provide a description of the issue you're experiencing.
9+
Please also provide the exception message/stacktrace or any other useful detail.
10+
11+
## Steps to reproduce
12+
If possible, please provide the steps to reproduce the issue.
13+
14+
## CHECKLIST (delete before creating the issue)
15+
* If you're not reporting a bug/issue, you can ignore this whole template.
16+
* Are you using the latest rails_param version? If not, please check the [Releases](https://github.com/nicolasblanco/rails_param/releases) page to see if the issue has already been fixed.
17+
* Provide the rails_param, Ruby and Rails Versions you're using while experiencing the issue in `Basic Info`.
18+
* Fill the `Issue description` and `Steps to Reproduce` sections.
19+
* Delete this checklist before posting the issue.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## Description
2+
A few sentences describing the overall goals of the pull request's commits.
3+
Link to related issues if any. (As `Fixes #XXX`)
4+
5+
## Todos
6+
List any remaining work that needs to be done, i.e:
7+
- [ ] Tests
8+
- [ ] Documentation
9+
10+
## Additional Notes
11+
Optional section

.travis.yml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
language: ruby
2-
32
rvm:
4-
- "2.3.1"
5-
- "2.2.5"
6-
3+
- 2.3.1
4+
- 2.2.5
75
gemfile:
86
- ".gemfiles/Gemfile.rails-4.1.x"
97
- ".gemfiles/Gemfile.rails-4.2.x"
10-
118
before_install:
129
- gem install bundler --no-doc
10+
deploy:
11+
provider: rubygems
12+
api_key:
13+
secure: GLQ4Kj7WO1ZRIxwfPzlUpYktczqQLfxqPhzMCkrI3N3kVvlLF7cusTGxX3ULmRXqXGmbu7XiSxplw/dCuhVghl51ivekxFF37SLP1zopNV4zw0er7oyGt6R4ZOY6db66jlJQwe3v+/ngrDwmLXUmYPKEtTXePoJgPurozdPbZ5s=
14+
gem: rails_param
15+
on:
16+
tags: true
17+
repo: nicolasblanco/rails_param
18+
rvm: 2.3.1
19+
gemfile: ".gemfiles/Gemfile.rails-4.2.x"

0 commit comments

Comments
 (0)