Skip to content

Commit

Permalink
chore: update .github
Browse files Browse the repository at this point in the history
  • Loading branch information
lihbr committed Oct 4, 2022
1 parent 9e694d6 commit 9600113
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ assignees: ""
### Versions

- @prismicio/client: <!-- ex: v0.1.0 -->
- node: <!-- ex: v12.14.0 -->
- node: <!-- ex: v14.15.0 -->

### Reproduction

Expand Down
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
node: [14]

steps:
- uses: actions/setup-node@v2
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node }}

Expand All @@ -38,6 +39,9 @@ jobs:
- name: Lint
run: npm run lint

- name: Types
run: npm run types

- name: Unit
run: npm run unit

Expand All @@ -46,7 +50,7 @@ jobs:

- name: Coverage
if: matrix.os == 'ubuntu-latest' && matrix.node == 14
uses: codecov/codecov-action@v1
uses: codecov/codecov-action@v3

- name: Size
if: github.event_name == 'pull_request' && matrix.os == 'ubuntu-latest' && matrix.node == 14
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/issues--bug_report.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
> You created this issue using the [🚨 Bug report template](./new?assignees=&labels=bug&template=bug_report.md&title=) therefore it has been flagged as such.
> This issue has been labeled as a **bug** since it was created using the [🚨 **Bug Report Template**](./new?assignees=&labels=bug&template=bug_report.md&title=).
Hi there, thank you so much for your contribution!
Hi there, thank you so much for the report!

Following our [Maintenance process](../blob/HEAD/CONTRIBUTING.md#maintaining), we will review your bug report and get back to you _next Wednesday_. To ensure a smooth review of your issue and avoid unnecessary delays, please make sure your issue include the following:
Following our [Maintenance Process](../blob/HEAD/CONTRIBUTING.md#maintaining), we will review your bug report and get back to you _next Wednesday_. To ensure a smooth review of your issue and avoid unnecessary delays, please make sure your issue includes the following:

- Information about your environment and packages you use (Node version, package names & versions, etc.)
_Feel free to attach a copy of your `package.json` file._
- Information about your environment and packages you use (Node.js version, package names and their versions, etc.)
_Feel free to attach a copy of your `package.json` file._
- Any troubleshooting steps you already went through
- A minimal reproduction of the issue, and/or instructions on how to reproduce it

If you have identified the cause of the bug described in your report and know how to fix it, you're more than welcome to [open a pull request](../pulls) addressing it. Check out our [quick start guide](../blob/HEAD/CONTRIBUTING.md#quick-start) for a simple contribution process.

If you think your issue is a _question_ (not a bug) and would like quicker support, please *close this issue* and forward it to an appropriate section on our community forum: https://community.prismic.io
If you think your issue is a _question_ (not a bug) and would like quicker support, please _close this issue_ and forward it to an appropriate section on our community forum: https://community.prismic.io

_- Prismic Open-Source team_
_- The Prismic Open-Source Team_
10 changes: 5 additions & 5 deletions .github/workflows/issues--feature_request.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
> You created this issue using the [🙋‍♀️ Feature request](./new?assignees=&labels=enhancement&template=feature_request.md&title=) therefore it has been flagged as such.
> This issue has been labeled as a **feature request** since it was created using the [🙋‍♀️ **Feature Request Template**](./new?assignees=&labels=enhancement&template=feature_request.md&title=).
Hi there, thank you so much for your contribution!
Hi there, thank you so much for your request!

Following our [Maintenance process](../blob/HEAD/CONTRIBUTING.md#maintaining), we will get back to you about your feature request soon and proceed to implement it during the _last week of the month_ should it reach a shared consensus. In the meantime, feel free to provide any details to help us better understand your request, such as:
Following our [Maintenance Process](../blob/HEAD/CONTRIBUTING.md#maintaining), we will review your request and get back to you soon. If we decide to implement it, will proceed to implement the feature during the _last week of the month_. In the meantime, feel free to provide any details to help us better understand your request, such as:

- The context that made you think of this feature request
- As many details about the solution you'd like to see implemented, how it should behave, etc.
- Any alternative solution you have considered

If you think you can implement the proposed change yourself, you're more than welcome to [open a pull request](../pulls) implementing the new feature. Check out our [quick start guide](../blob/HEAD/CONTRIBUTING.md#quick-start) for a simple contribution process.
If you think you can implement the proposed change yourself, you're more than welcome to [open a pull request](../pulls) implementing the new feature. Check out our [quick start guide](../blob/HEAD/CONTRIBUTING.md#quick-start) for a simple contribution process. Please note that submitting a pull request does not guarantee the feature will be merged.

_- Prismic Open-Source team_
_- The Prismic Open-Source Team_

0 comments on commit 9600113

Please sign in to comment.