-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into topics/new-feature-name
- Loading branch information
Showing
774 changed files
with
31,190 additions
and
9,233 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,49 @@ | ||
<!-- | ||
If you're reading this... it means that you want to contribute to the project! Awesome and thanks! | ||
To make it easier for us to help you — please follow the suggested format below (as it makes sense). | ||
Useful Links: | ||
- Documentation: https://www.gatsbyjs.org/docs/ | ||
- How to Contribute: https://www.gatsbyjs.org/docs/how-to-contribute/ | ||
- Become a Sponsor: https://opencollective.com/gatsby#sponsor | ||
Before opening a new issue, please search existing issues (https://github.com/gatsbyjs/gatsby/issues) | ||
to double-check your issue isn't already known. | ||
--> | ||
|
||
## Description | ||
|
||
Describe the issue or the enhancement that you want to see. | ||
|
||
### Environment | ||
|
||
Gatsby version: | ||
Node.js version: | ||
Operating System: | ||
|
||
### File contents (if changed): | ||
|
||
`gatsby-config.js`: <!-- code block or not changed --> | ||
`package.json`: <!-- code block or not changed --> | ||
`gatsby-node.js`: <!-- code block or not changed --> | ||
`gatsby-browser.js`: <!-- code block or not changed --> | ||
`gatsby-ssr.js`: <!-- code block or not changed --> | ||
|
||
### Actual result | ||
|
||
What happened. | ||
|
||
### Expected behavior | ||
|
||
What should happen? | ||
|
||
### Steps to reproduce | ||
|
||
1\. | ||
|
||
2\. | ||
|
||
3\. | ||
|
||
... |
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,17 @@ | ||
# Number of days of inactivity before an issue becomes stale | ||
daysUntilStale: 180 | ||
# Number of days of inactivity before a stale issue is closed | ||
daysUntilClose: 15 | ||
# Issues with these labels will never be considered stale | ||
exemptLabels: | ||
- bug | ||
# Label to use when marking an issue as stale | ||
staleLabel: stale? | ||
# Comment to post when marking an issue as stale. Set to `false` to disable | ||
markComment: > | ||
This issue has been automatically marked as stale because it has not had | ||
recent activity. It will be closed if no further activity occurs. Thank you | ||
for your contributions. | ||
# Comment to post when closing a stale issue. Set to `false` to disable | ||
closeComment: > | ||
This issue has been automatically closed due to inactivity. |
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 was deleted.
Oops, something went wrong.
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,5 @@ | ||
{ | ||
"trailingComma": "es5", | ||
"semi": false | ||
"trailingComma": "es5", | ||
"semi": false, | ||
"tabWidth": 2 | ||
} |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.