-
Notifications
You must be signed in to change notification settings - Fork 81
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
Showing
3 changed files
with
52 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,3 @@ | ||
assets/**/* linguist-vendored | ||
bench/**/* linguist-vendored | ||
.github/**/* linguist-vendored |
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,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? |
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,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) | ||
--> |