-
-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Improve contributing guideline * Rename webpacker to shakapcker spec * Rename backward compatiblity specs to follow rspec naming convention * Use Thor for printing colorful warning * Set CIs to run only with push * Rename doc file for developing the gem * Remove Rails 5 from CI * Remove node 12 and add 18 in CI * Improve readability of compile task * Move test_app into gem spec directory * Update contributing docs related to help wanted issues * Reorganize Changelog * Improve PR template
- Loading branch information
Showing
63 changed files
with
103 additions
and
101 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 |
---|---|---|
@@ -1,18 +1,14 @@ | ||
### Summary | ||
|
||
_Remove this paragraph and 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._ | ||
_Remove this paragraph and describe 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, tag them here as well to keep the conversation linked._ | ||
|
||
### Pull Request checklist | ||
_Remove this line after checking all the items here. If the item is not applicable to the PR, both check it out and wrap it by `~`._ | ||
_Remove this line after checking all the items here. If the item does not apply to the PR, both check it out and wrap it by `~`._ | ||
|
||
- [ ] Add/update test to cover these changes | ||
- [ ] Update documentation | ||
- [ ] Update CHANGELOG file | ||
_Add the CHANGELOG entry at the top of the file._ | ||
- [ ] Update CHANGELOG file | ||
|
||
### Other Information | ||
|
||
_Remove this parapraph and mention any other important and relevant information such as benchmarks._ | ||
_Remove this paragraph and mention other important and relevant information, such as benchmarks._ |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: Dummy specs | ||
|
||
on: [pull_request] | ||
on: [push] | ||
|
||
jobs: | ||
test: | ||
|
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
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: Rubocop | ||
|
||
on: [push, pull_request] | ||
on: [push] | ||
|
||
jobs: | ||
rubocop: | ||
|
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
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
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
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
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
File renamed without changes.
This file was deleted.
Oops, something went wrong.
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
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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.