-
Notifications
You must be signed in to change notification settings - Fork 176
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
45 changed files
with
4,116 additions
and
3,907 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,3 +1,4 @@ | ||
{ | ||
"extends": ["@commitlint/config-conventional"] | ||
"extends": ["@commitlint/config-conventional"], | ||
"helpUrl": "https://github.com/chapter-three/next-drupal/blob/main/CONTRIBUTING.md#commits" | ||
} |
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 |
---|---|---|
@@ -0,0 +1,65 @@ | ||
# Useful docs: | ||
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository#configuring-the-template-chooser | ||
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms | ||
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema | ||
|
||
name: Bug Report | ||
description: File a bug report | ||
labels: ["bug", "triage"] | ||
body: | ||
- type: dropdown | ||
id: package | ||
attributes: | ||
label: Package containing the bug | ||
description: What package in this monorepo has the bug? | ||
options: | ||
- Not package-specific | ||
- I’m not sure | ||
- next (Drupal module) | ||
- next-drupal (NPM package) | ||
- basic-starter | ||
- graphql-starter | ||
- example-auth | ||
- example-blog | ||
- example-client | ||
- example-custom-auth | ||
- example-custom-cache | ||
- example-custom-fetcher | ||
- example-custom-serializer | ||
- example-graphql | ||
- example-marketing | ||
- example-query | ||
- example-search-api | ||
- example-umami | ||
- example-webform | ||
default: 1 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the bug | ||
value: | | ||
A clear and concise description of what the bug is. | ||
If applicable, add screenshots to help explain your problem. | ||
### Expected behavior | ||
A clear and concise description of what you expected to happen. | ||
### Steps to reproduce: | ||
1. First '...' | ||
2. Then '....' | ||
3. 😢 | ||
### Additional context | ||
Add any other context about the problem here. | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: | | ||
<p align="right"><em><strong>Thanks</strong> for taking the time to fill out this bug report!</em></p> |
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 |
---|---|---|
@@ -0,0 +1,54 @@ | ||
name: Feature Request | ||
description: Suggest an idea for this project | ||
labels: ["enhancement", "triage"] | ||
body: | ||
- type: dropdown | ||
id: package | ||
attributes: | ||
label: Package | ||
description: The feature request is for what package in this monorepo? | ||
options: | ||
- Not package-specific | ||
- I’m not sure | ||
- next (Drupal module) | ||
- next-drupal (NPM package) | ||
- basic-starter | ||
- graphql-starter | ||
- example-auth | ||
- example-blog | ||
- example-client | ||
- example-custom-auth | ||
- example-custom-cache | ||
- example-custom-fetcher | ||
- example-custom-serializer | ||
- example-graphql | ||
- example-marketing | ||
- example-query | ||
- example-search-api | ||
- example-umami | ||
- example-webform | ||
default: 1 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Describe the feature request | ||
value: | | ||
A clear and concise description of what the request is. If your feature request is related to a problem, please describe it. | ||
If applicable, add screenshots to help explain your issue. | ||
### Describe the solution you'd like | ||
### Describe alternatives you've considered | ||
### Additional context | ||
Add any other context about the problem here. | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: | | ||
<p align="right"><em><strong>Thanks</strong> for taking the time to fill out this feature request!</em></p> |
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 |
---|---|---|
@@ -0,0 +1,50 @@ | ||
name: Question | ||
description: Ask a question or make a support request | ||
labels: ["question", "triage"] | ||
body: | ||
- type: dropdown | ||
id: package | ||
attributes: | ||
label: Package | ||
description: The question is for what package in this monorepo? | ||
options: | ||
- Not package-specific | ||
- I’m not sure | ||
- next (Drupal module) | ||
- next-drupal (NPM package) | ||
- basic-starter | ||
- graphql-starter | ||
- example-auth | ||
- example-blog | ||
- example-client | ||
- example-custom-auth | ||
- example-custom-cache | ||
- example-custom-fetcher | ||
- example-custom-serializer | ||
- example-graphql | ||
- example-marketing | ||
- example-query | ||
- example-search-api | ||
- example-umami | ||
- example-webform | ||
default: 1 | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Ask the question | ||
value: | | ||
A clear and concise description of what the question is. | ||
If applicable, add screenshots to help explain your issue. | ||
### Additional context | ||
Add any other context about the question here. | ||
validations: | ||
required: true | ||
- type: markdown | ||
attributes: | ||
value: | | ||
<p align="right"><em><strong>Thanks</strong> for taking the time to fill out this request form!</em></p> |
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 |
---|---|---|
@@ -0,0 +1,21 @@ | ||
This pull request is for: (mark with an "x") | ||
- [ ] `examples/*` | ||
- [ ] `modules/next` | ||
- [ ] `packages/next-drupal` | ||
- [ ] `starters/basic-starter` | ||
- [ ] `starters/graphql-starter` | ||
- [ ] Other | ||
|
||
GitHub Issue: # | ||
_Please add a link to the GitHub issue | ||
where this problem is discussed._ | ||
|
||
- [ ] I need help adding tests. (mark with an "x") | ||
_Code changes need test coverage. If you don't know | ||
how to make tests, check this box to ask for help._ | ||
|
||
## Describe your changes | ||
|
||
A clear and concise description of what the request is. | ||
|
||
If applicable, add screenshots to help explain your issue. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname -- "$0")/_/husky.sh" | ||
|
||
npx commitlint --edit $1 | ||
npx --no -- commitlint --edit ${1} |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
engine-strict=true |
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
v16 |
Oops, something went wrong.