You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stale-issue-message: 'Thanks for opening this issue! To keep the project healthy, we close inactive issues after some time. There has not been any activity in the last 28 days - if you are still working on this or feel it should remain open, just leave a quick comment in the next 7 days to let us know where things are at. We really appreciate your input!'
17
+
stale-pr-message: 'Thanks for raising this PR! To keep the project healthy, we close inactive PRs after some time. There has not been any activity in the last 28 days - if you are still working on this or feel it should remain open, just leave a quick comment in the next 7 days to let us know where things are at. We really appreciate your input!'
18
+
close-issue-message: 'Closing this issue as it has been marked stale and has not received any updates in the past 7 days. If you are still working on this or believe it should be reopened, feel free to leave an update. Thanks again for contributing!'
19
+
close-pr-message: 'Closing this PR as it has been marked stale and has not received any updates in the past 7 days. If you are still working on this or believe it should be reopened, feel free to leave an update. Thanks again for contributing!'
@@ -185,9 +196,10 @@ publishDate: 2024-12-05 # Date the article is published
185
196
186
197
# Add author details
187
198
params:
188
-
author:
189
-
name: Mona
190
-
handle: octocat
199
+
authors:
200
+
[
201
+
{ name: 'Mona', handle: 'octocat' },
202
+
]
191
203
192
204
# Classifications of the framework to drive key concepts, design principles, and architectural best practices
193
205
pillars:
@@ -198,6 +210,8 @@ pillars:
198
210
199
211
- When you are done with your article, set `draft: false` when you are ready to publish.
200
212
213
+
- Set `publishDate` to the date the article is first merged to `main`. Do not change it on future revisions.
214
+
201
215
- All recommended values for all of these fields are described in [Taxonomies]. **Insert all that apply to your article. This is how your article will be discoverable!**
202
216
203
217
---
@@ -411,7 +425,7 @@ See [Framework Overview] for details on each pillar.
411
425
- Keep sentences **short and clear**
412
426
- Avoid unnecessary jargon
413
427
- Include practical examples
414
-
- Prefer GitHub Docs links to **Enterprise Cloud**: `https://docs.github.com/en/enterprise-cloud@latest` (unless the guidance is specific to GitHub Enterprise Server)
428
+
- Prefer GitHub Docs links to **Enterprise Cloud**: `https://docs.github.com/enterprise-cloud@latest` (unless the guidance is specific to GitHub Enterprise Server)
415
429
- Use Hugo shortcodes to keep articles consistent (see `archetypes/default.md`):
416
430
- Further assistance: `{{% seeking-further-assistance-details %}}`
417
431
- Related links: `{{% related-links-github-docs %}}`
0 commit comments