Skip to content

Commit

Permalink
Merge branch 'devel' into cordova-update
Browse files Browse the repository at this point in the history
  • Loading branch information
Grubba27 authored Oct 27, 2023
2 parents 8c78dda + 72f27da commit 6e68afd
Show file tree
Hide file tree
Showing 40 changed files with 430 additions and 69 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
check-code-style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 14.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-syntax.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
check-code-style:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 18.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
run:
working-directory: docs/
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 12.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/guide.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
run:
working-directory: guide/
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: 12.x
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-eslint-plugin-meteor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
node-version: [12.x, 14.x]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-meteor-babel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
node-version: [12.x, 14.x]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-meteor-promise.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
matrix:
node-version: [12.x, 14.x]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
Expand Down
13 changes: 5 additions & 8 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,17 +29,17 @@ Are you new here? Please [check](https://github.com/meteor/meteor/labels/good%20

We curate specific issues that would make great pull requests for community contributors by applying the `ready` label.

Any issue which does not have the `ready` label still requires discussion on implementation details but input and positive commentary is welcome! Any pull request opened on an issue which is not `confirmed` is still welcome, however the pull-request is more likely to be sent back for reworking than a `ready` issue.
Any issue that does not have the `ready` label still requires discussion on implementation details, but input and positive commentary are welcome! Any pull request opened on an issue that is not `confirmed` is still welcome. However, the pull request is more likely to be sent back for reworking than a `ready` issue.

If in doubt about the best way to implement something, please create additional conversation on the issue. You can also reach one of the [core committers](https://github.com/meteor/meteor/blob/devel/CONTRIBUTING.md#core-committer) and they will help you to find something interesting to work on.
If in doubt about the best way to implement something, please create additional conversation on the issue. You can also reach one of the [core committers](https://github.com/meteor/meteor/blob/devel/CONTRIBUTING.md#core-committer), and they will help you to find something interesting to work on.

### Project roles

Here are descriptions of the existing project roles, along with the current contributors taking on those roles today.

#### Reviewer

Reviwers are members of the community that help with Pull Requests reviews.
Reviewers are members of the community who help with Pull Requests reviews.

Current Reviewers:
- [meteor](https://github.com/meteor/meteor)
Expand All @@ -56,9 +56,9 @@ Current Reviewers:

#### Core Committer

The contributors with commit access to meteor/meteor are employees of Meteor Software LP or community members who have distinguished themselves in other contribution areas or members of partner companies. If you want to become a core committer please start writing PRs.
The contributors with commit access to meteor/meteor are employees of Meteor Software LP or community members who have distinguished themselves in other contribution areas or members of partner companies. If you want to become a core committer, please start writing PRs.

Current Core Committers:
Current Core Team:
- [@denihs](https://github.com/denihs)
- [@zodern](https://github.com/zodern)
- [@filipenevola](https://github.com/filipenevola)
Expand All @@ -68,10 +68,7 @@ Current Core Committers:
- [@StorytellerCZ](https://github.com/StorytellerCZ)
- [@CaptainN](https://github.com/CaptainN)
- [@radekmie](https://github.com/radekmie)
- [@piotrpospiech](https://github.com/piotrpospiech)
- [@edimarlnx](https://github.com/edimarlnx)
- [@matheusccastroo](https://github.com/matheusccastroo)
- [@eduwr](https://github.com/eduwr)

### Tracking project work

Expand Down
2 changes: 2 additions & 0 deletions guide/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ sidebar_categories:
- code-style
- structure
- 2.13-migration
- prepare-meteor-3.0
Data:
- collections
- data-loading
Expand Down Expand Up @@ -73,6 +74,7 @@ sidebar_categories:
Production:
- security
- deployment
- performance-improvement
- using-node-v14.21.4
Meta:
- CONTRIBUTING
Expand Down
38 changes: 19 additions & 19 deletions guide/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6e68afd

Please sign in to comment.