|
1 | | -<!-- Thank you for opening a PR! We really appreciate you taking the time to help out 🙌 --> |
2 | | - |
3 | | -#### Description (required) |
4 | | - |
5 | | -<!-- Please describe the change you are proposing, and why --> |
6 | | - |
7 | | -<!-- Please make changes in **one language** only --> |
8 | | - |
9 | | -#### Related issues & labels (optional) |
10 | | - |
11 | | -- Closes #<!-- Add an issue number if this PR will close it. --> |
12 | | -- Suggested label: <!-- Help us triage by suggesting one of our labels that describes your PR --> |
13 | | - |
14 | | -<!-- For a new/changed feature in an upcoming Astro release? --> |
15 | | -<!-- 1. Uncomment the line below, update the minor version number if known, and include a PR link --> |
16 | | -<!-- #### For Astro version: `6.x`. See astro PR [#](url). --> |
17 | | - |
18 | | -<!-- 2. Check that your PR includes `<p><Since v="6.x.x" /></p>` and imports the `<Since>` component, if necessary! --> |
19 | | - |
20 | | -<!-- #### First-time contributor to Astro Docs? --> |
21 | | - |
22 | | -<!-- If you are a member of the Astro Discord, please add your username in the description so we can welcome you there! --> |
23 | | -<!-- https://astro.build/chat --> |
| 1 | +<!-- Thank you for opening a PR! We really appreciate you taking the time to help out 🙌 --> |
| 2 | + |
| 3 | +#### Description (required) |
| 4 | + |
| 5 | +<!-- |
| 6 | +- Describe the change you are proposing, and why. |
| 7 | +- Only make changes to **one language**. |
| 8 | +- Use `<Since v="x.x.x" />` when adding features for a specific version of Astro. |
| 9 | +- Follow additional guidance at https://contribute.docs.astro.build/ for faster reviews. |
| 10 | +--> |
| 11 | + |
| 12 | +#### References |
| 13 | + |
| 14 | +<!-- Optional section. Delete any points that don’t apply. --> |
| 15 | + |
| 16 | +<!-- If this PR closes an issue, add the issue number below. --> |
| 17 | +- Closes #... |
| 18 | +<!-- If this PR is related to another PR, issue, or discussion, but does not close it, add a link below. --> |
| 19 | +- Related to ... |
| 20 | +<!-- If this PR needs to be merged for a specific Astro release, add the version below. --> |
| 21 | +- For Astro version `x.x.x` |
| 22 | +<!-- First-time contributor to Astro Docs? Add your Discord username below so we can welcome you on the Astro Discord (https://astro.build/chat)! --> |
| 23 | +- Discord username: ... |
0 commit comments