Skip to content

Commit fa71a0f

Browse files
authored
Merge pull request #449 from matestack/next-release
1.0.0.rc.1 Release
2 parents 32c488e + ddeedc1 commit fa71a0f

File tree

626 files changed

+27355
-20602
lines changed

Some content is hidden

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

626 files changed

+27355
-20602
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
vendor/* linguist-vendored
22

3+
guides/* linguist-documentation
34
docs/* linguist-documentation
45
coverage/* linguist-documentation

.github/pull_request_template.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
**Please make sure to target feature and bugfix requests to develop branch**
1+
**Note:** If you submit a feature or bugfix PR, pick **develop** as target branch (and delete this line afterwards).
22

3-
## Issue https://github.com/basemate/matestack-ui-core/issues/XXX: Short description here
3+
## Issue https://github.com/matestack/matestack-ui-core/issues/XXX: Short description here
44

55
### Changes
66

7-
- [x] Describe the changes in one or more bulletpoints
7+
- [ ] Describe the changes in one or more bulletpoints
88

99
### Notes
1010

.github/workflows/dockerpush.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ jobs:
1212
- name: Run tests
1313
run: |
1414
docker-compose run --rm test bundle exec rake db:schema:load
15-
docker-compose run --rm test bundle exec rspec spec/usage spec/lib
15+
docker-compose run --rm test bundle exec rspec spec/test

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@ builder/storage/
2020
builder/tmp/
2121
builder/public/packs
2222
.idea/
23+
.vscode
24+
.byebug_history
2325

2426
/coverage

0 commit comments

Comments
 (0)