Skip to content

Commit

Permalink
Add github templates [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
palkan committed May 15, 2019
1 parent 5446cd5 commit bf9aba4
Show file tree
Hide file tree
Showing 3 changed files with 52 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
assets/**/* linguist-vendored
bench/**/* linguist-vendored
.github/**/* linguist-vendored
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!--
This template is for bug reports. If you are reporting a bug, please continue on. If you are here for another reason,
feel free to skip the rest of this template.
-->

### Tell us about your environment

**Ruby Version:**

**Rails Version:**

**PostgreSQL Version:**

**Logidze Version:**

### What did you do?

### What did you expect to happen?

### What actually happened?
29 changes: 29 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!--
First of all, thanks for contributing!
If it's a typo fix or minor documentation update feel free to skip the rest of this template!
-->

<!--
If it's a bug fix, then link it to the issue, for example:
Fixes #xxx
-->


<!--
Otherwise, describe the changes:
### What is the purpose of this pull request?
### What changes did you make? (overview)
### Is there anything you'd like reviewers to focus on?
### Checklist
- [ ] I've added tests for this change
- [ ] I've added a Changelog entry
- [ ] I've updated a documentation (Readme)
-->

0 comments on commit bf9aba4

Please sign in to comment.