Skip to content

Commit 2c0b436

Browse files
authored
Merge branch 'canary' into cms-builder-io-example
2 parents c7063a8 + f221f88 commit 2c0b436

File tree

469 files changed

+11944
-8603
lines changed

Some content is hidden

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

469 files changed

+11944
-8603
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ examples/with-jest/**
1212
examples/with-mobx-state-tree/**
1313
examples/with-mobx/**
1414
packages/next/bundles/webpack/packages/*.runtime.js
15+
packages/next/bundles/webpack/packages/lazy-compilation-*.js
1516
packages/next/compiled/**/*
1617
packages/react-refresh-utils/**/*.js
1718
packages/react-dev-overlay/lib/**
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name: 'Docs Request for an Update or Improvement'
2+
description: A request to update or improve Next.js documentation
3+
title: 'Docs: '
4+
labels:
5+
- 'template: documentation'
6+
body:
7+
- type: textarea
8+
attributes:
9+
label: What is the improvement or update you wish to see?
10+
description: 'Example: I would like to see more examples of how to use the `<Link>` component. Or, the `<Link>` component docs are missing information.'
11+
validations:
12+
required: true
13+
- type: textarea
14+
attributes:
15+
label: Is there any context that might help us understand?
16+
description: A clear description of any added context that might help us understand.
17+
validations:
18+
required: true
19+
- type: input
20+
attributes:
21+
label: Does the docs page already exist? Please link to it.
22+
description: 'Example: https://nextjs.org/docs/api-reference/next/link'
23+
validations:
24+
required: false

.github/lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Configuration for lock-threads - https://github.com/dessant/lock-threads
22

33
# Number of days of inactivity before a closed issue or pull request is locked
4-
daysUntilLock: 45
4+
daysUntilLock: 30
55
# Comment to post before locking. Set to `false` to disable
66
lockComment: 'This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please open a new issue with a reproduction. Thank you.'

0 commit comments

Comments
 (0)