Skip to content

Commit af5e32a

Browse files
authored
Merge branch 'activeadmin:master' into master
2 parents 79c5bf2 + e242b89 commit af5e32a

441 files changed

Lines changed: 4442 additions & 15486 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.eslintignore

Lines changed: 0 additions & 9 deletions
This file was deleted.

.eslintrc.yml

Lines changed: 0 additions & 284 deletions
This file was deleted.

.gherkin-lintignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 33 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Get Help
4+
url: https://github.com/activeadmin/activeadmin/discussions/new?category=help
5+
about: If you can't get something to work the way you expect, open a question in our discussion forums.
6+
- name: Feature Request
7+
url: https://github.com/activeadmin/activeadmin/discussions/new?category=ideas
8+
about: Suggest any ideas you have using our discussion forums.
9+
- name: Bug Report
10+
url: https://github.com/activeadmin/activeadmin/issues/new?body=%3C%21--%20Please%20provide%20all%20of%20the%20information%20requested%20below.%20We%27re%20a%20small%20team%20and%20without%20detailed%20information%20it%27s%20not%20possible%20for%20us%20to%20help%20and%20your%20bug%20report%20will%20be%20closed.%20--%3E%0A%0ADescribe%20your%20issue%20with%20a%20%2A%2Aclear%20title%20and%20description%2A%2A.%20Make%20sure%20to%20include%20as%20much%20relevant%20information%20as%20possible%2C%20including%20a%20code%20sample%20or%20failing%20test%20that%20demonstrates%20the%20expected%20behavior%2C%20as%20well%20as%20your%20system%20configuration.%20Your%20goal%20should%20be%20to%20make%20it%20easy%20for%20yourself%20-%20and%20others%20-%20to%20reproduce%20the%20bug%20and%20figure%20out%20a%20fix.%0A%0A%23%23%23%20Expected%20behavior%0A%0AWhat%20do%20you%20think%20should%20happen%3F%0A%0A%23%23%23%20Actual%20behavior%0A%0AWhat%20actually%20happens%3F%0A%0A%23%23%23%20How%20to%20reproduce%0A%0AHaving%20a%20way%20to%20reproduce%20your%20issue%20will%20help%20people%20confirm%2C%20investigate%2C%20and%20ultimately%20fix%20your%20issue.%20You%20can%20do%20this%20by%20providing%20an%20executable%20test%20case.%20To%20make%20this%20process%20easier%2C%20please%20use%20%5Bour%20bug%20report%20template%20script%5D.%0A%0ACopy%20the%20content%20of%20the%20appropriate%20template%20into%20an%20%60.rb%60%20file%20and%20make%20the%20necessary%20changes%20to%20demonstrate%20the%20issue.%20You%20can%20execute%20it%20by%20running%20%60ruby%20the_file.rb%60%20in%20your%20terminal.%20If%20all%20goes%20well%2C%20you%20should%20see%20your%20test%20case%20failing.%0A%0A%5Bour%20bug%20report%20template%20script%5D%3A%20https%3A%2F%2Fgithub.com%2Factiveadmin%2Factiveadmin%2Fblob%2Fmaster%2Ftasks%2Fbug_report_template.rb
11+
about: If you've already asked for help with a problem and confirmed something is broken with ActiveAdmin itself, create a bug report.
12+
- name: Documentation Issue
13+
url: https://github.com/activeadmin/activeadmin/pulls
14+
about: For documentation improvements, feel free to create a pull request.
15+
- name: Localization Issue
16+
url: https://github.com/activeadmin/activeadmin/pulls
17+
about: For any localization updates, create a pull request as we rely entirely on the community for these.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,20 +2,18 @@
22
33
Thanks for contributing to ActiveAdmin!
44
5-
You can find all the instructions for contributing at the [CONTRIBUTING file].
5+
You can find the instructions in our contributing guide: https://github.com/activeadmin/activeadmin/blob/master/CONTRIBUTING.md
66
77
Before submitting your PR make sure that:
8-
98
* You wrote [good commit messages].
109
* The PR relates to *only* one subject with a clear title and description in grammatically correct, complete sentences.
1110
* The PR description [includes keywords to automatically close issues] if it fixes an existing issue.
1211
* Your feature branch is up-to-date with `master` (if not - rebase it), and does not include merge commits.
13-
* Related commits are squashed together, and unrelated commits are splitted apart.
12+
* Related commits are squashed together, and unrelated commits are separated.
1413
* Your PR includes a regression test if it fixes a bug.
1514
16-
Before expecting a review for your PR make sure that all github checks are passing, but feel free to ask for early feedback if you need guidance.
15+
Before expecting a review for your PR make sure that all CI checks are passing, but feel free to ask for early feedback if you need guidance.
1716
18-
[CONTRIBUTING file]: https://github.com/activeadmin/activeadmin/blob/master/CONTRIBUTING.md
1917
[good commit messages]: https://chris.beams.io/posts/git-commit/
2018
[includes keywords to automatically close issues]: https://help.github.com/en/articles/closing-issues-using-keywords
2119

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,19 @@ updates:
44
directory: /
55
schedule:
66
interval: daily
7+
groups:
8+
github_actions:
9+
patterns:
10+
- "*"
711
- package-ecosystem: bundler
812
directory: /
913
schedule:
1014
interval: monthly
1115
versioning-strategy: lockfile-only
16+
groups:
17+
rails_default:
18+
patterns:
19+
- "*"
1220
- package-ecosystem: npm
1321
directory: /
1422
schedule:

0 commit comments

Comments
 (0)