Part 1: First fourth content unordered lists from dash to asterisk (#51094)
This commit is contained in:
@@ -42,8 +42,8 @@ If you need search engines to index your content, you can use [{% data variables
|
||||
|
||||
## Further reading
|
||||
|
||||
- "[AUTOTITLE](/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages)"
|
||||
- "[AUTOTITLE](/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki)"
|
||||
- "[AUTOTITLE](/communities/documenting-your-project-with-wikis/editing-wiki-content)"
|
||||
- "[AUTOTITLE](/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes)"
|
||||
- "[AUTOTITLE](/search-github/searching-on-github/searching-wikis)"
|
||||
* "[AUTOTITLE](/communities/documenting-your-project-with-wikis/adding-or-editing-wiki-pages)"
|
||||
* "[AUTOTITLE](/communities/documenting-your-project-with-wikis/creating-a-footer-or-sidebar-for-your-wiki)"
|
||||
* "[AUTOTITLE](/communities/documenting-your-project-with-wikis/editing-wiki-content)"
|
||||
* "[AUTOTITLE](/communities/documenting-your-project-with-wikis/viewing-a-wikis-history-of-changes)"
|
||||
* "[AUTOTITLE](/search-github/searching-on-github/searching-wikis)"
|
||||
|
||||
@@ -20,4 +20,4 @@ shortTitle: Change access permissions
|
||||
|
||||
## Further reading
|
||||
|
||||
- "[AUTOTITLE](/communities/documenting-your-project-with-wikis/disabling-wikis)"
|
||||
* "[AUTOTITLE](/communities/documenting-your-project-with-wikis/disabling-wikis)"
|
||||
|
||||
@@ -21,4 +21,4 @@ When you turn off a wiki, the content is hidden, but not erased. If you choose t
|
||||
|
||||
## Further reading
|
||||
|
||||
- "[AUTOTITLE](/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis)"
|
||||
* "[AUTOTITLE](/communities/documenting-your-project-with-wikis/changing-access-permissions-for-wikis)"
|
||||
|
||||
@@ -24,8 +24,8 @@ topics:
|
||||
|
||||
You can create links in wikis using the standard markup supported by your page, or using MediaWiki syntax. For example:
|
||||
|
||||
- If your pages are rendered with Markdown, the link syntax is `[Link Text](full-URL-of-wiki-page)`.
|
||||
- With MediaWiki syntax, the link syntax is `[[Link Text|nameofwikipage]]`.
|
||||
* If your pages are rendered with Markdown, the link syntax is `[Link Text](full-URL-of-wiki-page)`.
|
||||
* With MediaWiki syntax, the link syntax is `[[Link Text|nameofwikipage]]`.
|
||||
|
||||
## Adding images
|
||||
|
||||
@@ -54,12 +54,12 @@ You can link to an image in a repository on {% data variables.product.product_na
|
||||
## Supported MediaWiki formats
|
||||
|
||||
No matter which markup language your wiki page is written in, certain MediaWiki syntax will always be available to you.
|
||||
- Links ([except AsciiDoc](https://github.com/gollum/gollum/commit/d1cf698b456cd6a35a54c6a8e7b41d3068acec3b))
|
||||
- Horizontal rules via `---`
|
||||
- Shorthand symbol entities (such as `δ` or `€`)
|
||||
* Links ([except AsciiDoc](https://github.com/gollum/gollum/commit/d1cf698b456cd6a35a54c6a8e7b41d3068acec3b))
|
||||
* Horizontal rules via `---`
|
||||
* Shorthand symbol entities (such as `δ` or `€`)
|
||||
|
||||
For security and performance reasons, some syntaxes are unsupported.
|
||||
- [Transclusion](https://www.mediawiki.org/wiki/Transclusion)
|
||||
- Definition lists
|
||||
- Indentation
|
||||
- Table of contents
|
||||
* [Transclusion](https://www.mediawiki.org/wiki/Transclusion)
|
||||
* Definition lists
|
||||
* Indentation
|
||||
* Table of contents
|
||||
|
||||
@@ -18,9 +18,9 @@ shortTitle: View a history of changes
|
||||
## Viewing wiki history
|
||||
|
||||
Wiki history includes:
|
||||
- The user who made the change
|
||||
- The commit message they provided
|
||||
- When the change was made
|
||||
* The user who made the change
|
||||
* The commit message they provided
|
||||
* When the change was made
|
||||
|
||||
{% data reusables.repositories.navigate-to-repo %}
|
||||
{% data reusables.repositories.sidebar-wiki %}
|
||||
|
||||
@@ -23,22 +23,22 @@ You can block non-members from within your organization's settings or from a spe
|
||||
{% endtip %}
|
||||
|
||||
At the time that you block a user from your organization:
|
||||
- The user stops watching your organization's repositories
|
||||
- The user's stars and issue assignments are removed from your repositories
|
||||
- The user's votes on discussions or comments in your organization's repositories are deleted
|
||||
- The user is removed as a collaborator on your organization's repositories
|
||||
- The user's contributions to your organization's repositories are no longer counted as contributions for them
|
||||
- Any pending repository or organization invitations to the blocked user are canceled
|
||||
* The user stops watching your organization's repositories
|
||||
* The user's stars and issue assignments are removed from your repositories
|
||||
* The user's votes on discussions or comments in your organization's repositories are deleted
|
||||
* The user is removed as a collaborator on your organization's repositories
|
||||
* The user's contributions to your organization's repositories are no longer counted as contributions for them
|
||||
* Any pending repository or organization invitations to the blocked user are canceled
|
||||
|
||||
After you've blocked a user from your organization, they cannot:
|
||||
- Cross-reference your organization's repositories in comments
|
||||
- Fork, watch, pin, or star your organization's repositories
|
||||
* Cross-reference your organization's repositories in comments
|
||||
* Fork, watch, pin, or star your organization's repositories
|
||||
|
||||
In your organization's repositories, blocked users also cannot:
|
||||
- Open issues
|
||||
- Send, close, or merge pull requests
|
||||
- Comment on issues, pull requests, or commits
|
||||
- Add or edit wiki pages
|
||||
* Open issues
|
||||
* Send, close, or merge pull requests
|
||||
* Comment on issues, pull requests, or commits
|
||||
* Add or edit wiki pages
|
||||
|
||||
## Blocking a user in a comment
|
||||
|
||||
@@ -66,8 +66,8 @@ In your organization's repositories, blocked users also cannot:
|
||||
|
||||
## Further reading
|
||||
|
||||
- "[AUTOTITLE](/communities/maintaining-your-safety-on-github/viewing-users-who-are-blocked-from-your-organization)"
|
||||
- "[AUTOTITLE](/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization)"
|
||||
- "[AUTOTITLE](/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account)"
|
||||
- "[AUTOTITLE](/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account)"
|
||||
- "[AUTOTITLE](/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam)"
|
||||
* "[AUTOTITLE](/communities/maintaining-your-safety-on-github/viewing-users-who-are-blocked-from-your-organization)"
|
||||
* "[AUTOTITLE](/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization)"
|
||||
* "[AUTOTITLE](/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account)"
|
||||
* "[AUTOTITLE](/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account)"
|
||||
* "[AUTOTITLE](/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam)"
|
||||
|
||||
@@ -23,38 +23,38 @@ You can block a user in your account settings or from the user's profile. {% dat
|
||||
{% endtip %}
|
||||
|
||||
When you block a user:
|
||||
- The user stops following you
|
||||
- The user stops watching and unpins your repositories
|
||||
- The user's stars and issue assignments are removed from your repositories
|
||||
- The user's votes on discussions or comments in your repositories are deleted
|
||||
- The user is removed as a collaborator on your repositories
|
||||
- The user's contributions to your repositories are no longer counted as contributions for them
|
||||
- Your contributions to the blocked user's repositories are no longer counted as contributions for you
|
||||
- You are removed as a collaborator on their repositories
|
||||
- Their sponsorship of you is canceled
|
||||
- Any pending repository or account successor invitations to or from the blocked user are canceled
|
||||
- The user is removed as a collaborator from all the projects and {% data variables.projects.projects_v1_boards %} owned by you
|
||||
- You are removed as a collaborator from all the projects and {% data variables.projects.projects_v1_boards %} owned by the user
|
||||
* The user stops following you
|
||||
* The user stops watching and unpins your repositories
|
||||
* The user's stars and issue assignments are removed from your repositories
|
||||
* The user's votes on discussions or comments in your repositories are deleted
|
||||
* The user is removed as a collaborator on your repositories
|
||||
* The user's contributions to your repositories are no longer counted as contributions for them
|
||||
* Your contributions to the blocked user's repositories are no longer counted as contributions for you
|
||||
* You are removed as a collaborator on their repositories
|
||||
* Their sponsorship of you is canceled
|
||||
* Any pending repository or account successor invitations to or from the blocked user are canceled
|
||||
* The user is removed as a collaborator from all the projects and {% data variables.projects.projects_v1_boards %} owned by you
|
||||
* You are removed as a collaborator from all the projects and {% data variables.projects.projects_v1_boards %} owned by the user
|
||||
|
||||
After you've blocked a user, they cannot:
|
||||
- Send you any notifications, including by [@mentioning](/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#mentioning-people-and-teams) your username
|
||||
- Comment on or edit issues or pull requests that you've created
|
||||
- React to your comments on issues, pull requests, and commits
|
||||
- Follow you or see your content in their activity feed
|
||||
- Assign you to issues or pull requests
|
||||
- Invite you as a collaborator on their repositories
|
||||
- Invite you as a collaborator on a security advisory
|
||||
- Cross-reference your repositories in comments
|
||||
- Fork, watch, pin, or star your repositories
|
||||
- Sponsor you
|
||||
- Add you as a collaborator on their projects and {% data variables.projects.projects_v1_boards %}
|
||||
- Make changes to your public projects and {% data variables.projects.projects_v1_boards %}
|
||||
* Send you any notifications, including by [@mentioning](/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#mentioning-people-and-teams) your username
|
||||
* Comment on or edit issues or pull requests that you've created
|
||||
* React to your comments on issues, pull requests, and commits
|
||||
* Follow you or see your content in their activity feed
|
||||
* Assign you to issues or pull requests
|
||||
* Invite you as a collaborator on their repositories
|
||||
* Invite you as a collaborator on a security advisory
|
||||
* Cross-reference your repositories in comments
|
||||
* Fork, watch, pin, or star your repositories
|
||||
* Sponsor you
|
||||
* Add you as a collaborator on their projects and {% data variables.projects.projects_v1_boards %}
|
||||
* Make changes to your public projects and {% data variables.projects.projects_v1_boards %}
|
||||
|
||||
In repositories you own, blocked users also cannot:
|
||||
- Open issues
|
||||
- Send, close, or merge pull requests
|
||||
- Comment on issues, pull requests, or commits
|
||||
- Add or edit wiki pages
|
||||
* Open issues
|
||||
* Send, close, or merge pull requests
|
||||
* Comment on issues, pull requests, or commits
|
||||
* Add or edit wiki pages
|
||||
|
||||
## Blocking a user in your account settings
|
||||
|
||||
@@ -79,9 +79,9 @@ If you're being harassed, visit {% data variables.contact.contact_support_page %
|
||||
|
||||
## Further reading
|
||||
|
||||
- "[AUTOTITLE](/communities/maintaining-your-safety-on-github/viewing-users-youve-blocked-from-your-personal-account)"
|
||||
- "[AUTOTITLE](/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account)"
|
||||
- "[AUTOTITLE](/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization)"
|
||||
- "[AUTOTITLE](/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization)"
|
||||
- "[AUTOTITLE](/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam)"
|
||||
- "[AUTOTITLE](/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository)"
|
||||
* "[AUTOTITLE](/communities/maintaining-your-safety-on-github/viewing-users-youve-blocked-from-your-personal-account)"
|
||||
* "[AUTOTITLE](/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account)"
|
||||
* "[AUTOTITLE](/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization)"
|
||||
* "[AUTOTITLE](/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization)"
|
||||
* "[AUTOTITLE](/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam)"
|
||||
* "[AUTOTITLE](/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository)"
|
||||
|
||||
@@ -72,15 +72,15 @@ If reported content is enabled for a public repository, you can also report cont
|
||||
|
||||
**Notes:**
|
||||
|
||||
- In order to get accurate information about the abuse, the abuse report form will direct you to use the in-product abuse report links. If an in-product link is not available, contact {% data variables.contact.contact_support %} to report abuse or report content.
|
||||
- Users in India can contact {% data variables.product.prodname_dotcom %}'s Grievance Officer for India through [support.github.com/contact/india-grievance-officer](https://support.github.com/contact/india-grievance-officer).
|
||||
* In order to get accurate information about the abuse, the abuse report form will direct you to use the in-product abuse report links. If an in-product link is not available, contact {% data variables.contact.contact_support %} to report abuse or report content.
|
||||
* Users in India can contact {% data variables.product.prodname_dotcom %}'s Grievance Officer for India through [support.github.com/contact/india-grievance-officer](https://support.github.com/contact/india-grievance-officer).
|
||||
|
||||
{% endnote %}
|
||||
|
||||
## Further reading
|
||||
|
||||
- "[AUTOTITLE](/communities/setting-up-your-project-for-healthy-contributions)"
|
||||
- "[AUTOTITLE](/communities/using-templates-to-encourage-useful-issues-and-pull-requests)"
|
||||
- "[AUTOTITLE](/communities/moderating-comments-and-conversations/managing-disruptive-comments)"{% ifversion fpt or ghec %}
|
||||
- "[AUTOTITLE](/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository)"{% endif %}
|
||||
- "[AUTOTITLE](/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment)"
|
||||
* "[AUTOTITLE](/communities/setting-up-your-project-for-healthy-contributions)"
|
||||
* "[AUTOTITLE](/communities/using-templates-to-encourage-useful-issues-and-pull-requests)"
|
||||
* "[AUTOTITLE](/communities/moderating-comments-and-conversations/managing-disruptive-comments)"{% ifversion fpt or ghec %}
|
||||
* "[AUTOTITLE](/communities/moderating-comments-and-conversations/limiting-interactions-in-your-repository)"{% endif %}
|
||||
* "[AUTOTITLE](/communities/moderating-comments-and-conversations/tracking-changes-in-a-comment)"
|
||||
|
||||
@@ -40,7 +40,7 @@ If you selected a specific amount of time to block the user, they will be automa
|
||||
|
||||
## Further reading
|
||||
|
||||
- "[AUTOTITLE](/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization)"
|
||||
- "[AUTOTITLE](/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account)"
|
||||
- "[AUTOTITLE](/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account)"
|
||||
- "[AUTOTITLE](/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam)"
|
||||
* "[AUTOTITLE](/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization)"
|
||||
* "[AUTOTITLE](/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account)"
|
||||
* "[AUTOTITLE](/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account)"
|
||||
* "[AUTOTITLE](/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam)"
|
||||
|
||||
@@ -40,7 +40,7 @@ You can unblock a user in your account settings or from the user's profile page.
|
||||
|
||||
## Further reading
|
||||
|
||||
- "[AUTOTITLE](/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account)"
|
||||
- "[AUTOTITLE](/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization)"
|
||||
- "[AUTOTITLE](/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization)"
|
||||
- "[AUTOTITLE](/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam)"
|
||||
* "[AUTOTITLE](/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account)"
|
||||
* "[AUTOTITLE](/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization)"
|
||||
* "[AUTOTITLE](/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization)"
|
||||
* "[AUTOTITLE](/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam)"
|
||||
|
||||
@@ -20,6 +20,6 @@ shortTitle: View blocked users in org
|
||||
|
||||
## Further reading
|
||||
|
||||
- "[AUTOTITLE](/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization)"
|
||||
- "[AUTOTITLE](/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization)"
|
||||
- "[AUTOTITLE](/communities/maintaining-your-safety-on-github/viewing-users-youve-blocked-from-your-personal-account)"
|
||||
* "[AUTOTITLE](/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-organization)"
|
||||
* "[AUTOTITLE](/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-organization)"
|
||||
* "[AUTOTITLE](/communities/maintaining-your-safety-on-github/viewing-users-youve-blocked-from-your-personal-account)"
|
||||
|
||||
@@ -19,6 +19,6 @@ shortTitle: View blocked users in account
|
||||
|
||||
## Further reading
|
||||
|
||||
- "[AUTOTITLE](/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account)"
|
||||
- "[AUTOTITLE](/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account)"
|
||||
- "[AUTOTITLE](/communities/maintaining-your-safety-on-github/viewing-users-who-are-blocked-from-your-organization)"
|
||||
* "[AUTOTITLE](/communities/maintaining-your-safety-on-github/blocking-a-user-from-your-personal-account)"
|
||||
* "[AUTOTITLE](/communities/maintaining-your-safety-on-github/unblocking-a-user-from-your-personal-account)"
|
||||
* "[AUTOTITLE](/communities/maintaining-your-safety-on-github/viewing-users-who-are-blocked-from-your-organization)"
|
||||
|
||||
@@ -40,8 +40,8 @@ Organization owners and moderators can also block users for a specific amount of
|
||||
|
||||
## Further reading
|
||||
|
||||
- "[AUTOTITLE](/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam)"
|
||||
- "[AUTOTITLE](/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/managing-an-individuals-access-to-an-organization-repository)"
|
||||
- "[AUTOTITLE](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/permission-levels-for-a-personal-account-repository)"
|
||||
- "[AUTOTITLE](/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization)"
|
||||
- "[AUTOTITLE](/organizations/managing-peoples-access-to-your-organization-with-roles/managing-moderators-in-your-organization)"
|
||||
* "[AUTOTITLE](/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam)"
|
||||
* "[AUTOTITLE](/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/managing-an-individuals-access-to-an-organization-repository)"
|
||||
* "[AUTOTITLE](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/permission-levels-for-a-personal-account-repository)"
|
||||
* "[AUTOTITLE](/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization)"
|
||||
* "[AUTOTITLE](/organizations/managing-peoples-access-to-your-organization-with-roles/managing-moderators-in-your-organization)"
|
||||
|
||||
@@ -33,8 +33,8 @@ You can also enable activity limitations on all repositories owned by your perso
|
||||
|
||||
## Further reading
|
||||
|
||||
- "[AUTOTITLE](/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam)"
|
||||
- "[AUTOTITLE](/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/managing-an-individuals-access-to-an-organization-repository)"
|
||||
- "[AUTOTITLE](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/permission-levels-for-a-personal-account-repository)"
|
||||
- "[AUTOTITLE](/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization)"
|
||||
- "[AUTOTITLE](/organizations/managing-peoples-access-to-your-organization-with-roles/managing-moderators-in-your-organization)"
|
||||
* "[AUTOTITLE](/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam)"
|
||||
* "[AUTOTITLE](/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/managing-an-individuals-access-to-an-organization-repository)"
|
||||
* "[AUTOTITLE](/account-and-profile/setting-up-and-managing-your-personal-account-on-github/managing-personal-account-settings/permission-levels-for-a-personal-account-repository)"
|
||||
* "[AUTOTITLE](/organizations/managing-user-access-to-your-organizations-repositories/managing-repository-roles/repository-roles-for-an-organization)"
|
||||
* "[AUTOTITLE](/organizations/managing-peoples-access-to-your-organization-with-roles/managing-moderators-in-your-organization)"
|
||||
|
||||
@@ -30,9 +30,9 @@ To search for locked conversations in a repository that is not archived, you can
|
||||
|
||||
## Further reading
|
||||
|
||||
- "[AUTOTITLE](/communities/setting-up-your-project-for-healthy-contributions)"
|
||||
- "[AUTOTITLE](/communities/using-templates-to-encourage-useful-issues-and-pull-requests)"
|
||||
- "[AUTOTITLE](/communities/moderating-comments-and-conversations/managing-disruptive-comments)"{% ifversion fpt or ghec %}
|
||||
- "[AUTOTITLE](/communities/maintaining-your-safety-on-github)"
|
||||
- "[AUTOTITLE](/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam)"
|
||||
* "[AUTOTITLE](/communities/setting-up-your-project-for-healthy-contributions)"
|
||||
* "[AUTOTITLE](/communities/using-templates-to-encourage-useful-issues-and-pull-requests)"
|
||||
* "[AUTOTITLE](/communities/moderating-comments-and-conversations/managing-disruptive-comments)"{% ifversion fpt or ghec %}
|
||||
* "[AUTOTITLE](/communities/maintaining-your-safety-on-github)"
|
||||
* "[AUTOTITLE](/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam)"
|
||||
{% endif %}
|
||||
|
||||
@@ -99,5 +99,5 @@ Deleting a comment creates a timeline event that is visible to anyone with read
|
||||
|
||||
## Further reading
|
||||
|
||||
- "[AUTOTITLE](/organizations/managing-peoples-access-to-your-organization-with-roles/managing-moderators-in-your-organization)"
|
||||
* "[AUTOTITLE](/organizations/managing-peoples-access-to-your-organization-with-roles/managing-moderators-in-your-organization)"
|
||||
{% endif %}
|
||||
|
||||
@@ -19,10 +19,10 @@ You can enable or disable reported content for public repositories owned by an o
|
||||
{% data reusables.repositories.sidebar-moderation-reported-content %}
|
||||
1. Under "Reported content", select a reporting permissions setting, then click **Save**.
|
||||
|
||||
- **Prior contributors and collaborators** will be selected by default for repositories created after March 3, 2023.
|
||||
* **Prior contributors and collaborators** will be selected by default for repositories created after March 3, 2023.
|
||||
|
||||
## Further reading
|
||||
|
||||
- "[AUTOTITLE](/communities/moderating-comments-and-conversations/managing-reported-content-in-your-organizations-repository)"
|
||||
- "[AUTOTITLE](/communities/moderating-comments-and-conversations)"
|
||||
- "[AUTOTITLE](/communities/setting-up-your-project-for-healthy-contributions/about-community-management-and-moderation)"
|
||||
* "[AUTOTITLE](/communities/moderating-comments-and-conversations/managing-reported-content-in-your-organizations-repository)"
|
||||
* "[AUTOTITLE](/communities/moderating-comments-and-conversations)"
|
||||
* "[AUTOTITLE](/communities/setting-up-your-project-for-healthy-contributions/about-community-management-and-moderation)"
|
||||
|
||||
@@ -52,4 +52,4 @@ After you finish moderating disruptive content, you can mark the report as resol
|
||||
|
||||
## Further reading
|
||||
|
||||
- "[AUTOTITLE](/communities/setting-up-your-project-for-healthy-contributions/about-community-management-and-moderation)"
|
||||
* "[AUTOTITLE](/communities/setting-up-your-project-for-healthy-contributions/about-community-management-and-moderation)"
|
||||
|
||||
@@ -36,4 +36,4 @@ When you delete sensitive information from the comment's edit history, the perso
|
||||
## Further reading
|
||||
|
||||
{% ifversion fpt or ghec %}- "[AUTOTITLE](/communities/maintaining-your-safety-on-github/reporting-abuse-or-spam)"{% endif %}
|
||||
- "[AUTOTITLE](/communities/moderating-comments-and-conversations/managing-disruptive-comments)"
|
||||
* "[AUTOTITLE](/communities/moderating-comments-and-conversations/managing-disruptive-comments)"
|
||||
|
||||
@@ -33,6 +33,6 @@ Contributors can always report disruptive content to {% data variables.contact.g
|
||||
|
||||
## Further reading
|
||||
|
||||
- "[Your Code of Conduct](https://opensource.guide/code-of-conduct/)" from the Open Source Guides
|
||||
- "[Building Welcoming Communities](https://opensource.guide/building-community/)" from the Open Source Guides
|
||||
- "[Leadership and Governance](https://opensource.guide/leadership-and-governance/)" from the Open Source Guides
|
||||
* "[Your Code of Conduct](https://opensource.guide/code-of-conduct/)" from the Open Source Guides
|
||||
* "[Building Welcoming Communities](https://opensource.guide/building-community/)" from the Open Source Guides
|
||||
* "[Leadership and Governance](https://opensource.guide/leadership-and-governance/)" from the Open Source Guides
|
||||
|
||||
@@ -37,9 +37,9 @@ If a project doesn't have a recommended file, you can click **Propose** to draft
|
||||
|
||||
## Further reading
|
||||
|
||||
- "[AUTOTITLE](/communities/setting-up-your-project-for-healthy-contributions/adding-a-code-of-conduct-to-your-project)"
|
||||
- "[AUTOTITLE](/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors)"
|
||||
- "[AUTOTITLE](/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository)"
|
||||
- "[AUTOTITLE](/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates)"
|
||||
- "[Open Source Guides](https://opensource.guide/)"
|
||||
- [{% data variables.product.prodname_learning %}]({% data variables.product.prodname_learning_link %})
|
||||
* "[AUTOTITLE](/communities/setting-up-your-project-for-healthy-contributions/adding-a-code-of-conduct-to-your-project)"
|
||||
* "[AUTOTITLE](/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors)"
|
||||
* "[AUTOTITLE](/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository)"
|
||||
* "[AUTOTITLE](/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates)"
|
||||
* "[Open Source Guides](https://opensource.guide/)"
|
||||
* [{% data variables.product.prodname_learning %}]({% data variables.product.prodname_learning_link %})
|
||||
|
||||
@@ -19,4 +19,4 @@ shortTitle: Access community profiles
|
||||
|
||||
## Further reading
|
||||
|
||||
- "[AUTOTITLE](/communities/setting-up-your-project-for-healthy-contributions/about-community-profiles-for-public-repositories)"
|
||||
* "[AUTOTITLE](/communities/setting-up-your-project-for-healthy-contributions/about-community-profiles-for-public-repositories)"
|
||||
|
||||
@@ -16,8 +16,8 @@ A _code of conduct_ defines standards for how to engage in a community. It signa
|
||||
|
||||
Before adopting a code of conduct for your project:
|
||||
|
||||
- Research different codes of conduct designed for open source projects. Choose one that reflects your community's standards.
|
||||
- Consider carefully whether you are willing and able to enforce it.
|
||||
* Research different codes of conduct designed for open source projects. Choose one that reflects your community's standards.
|
||||
* Consider carefully whether you are willing and able to enforce it.
|
||||
|
||||
You can add a code of conduct to your project by using a template or manually creating a custom code of conduct. Your code of conduct will be available either way, but "Code of conduct" will only be marked as complete in your repository's community profile if you use a template. If you use a code of conduct written by another person or organization, be sure to follow any attribution guidelines from the source. For more information about community profiles, see "[AUTOTITLE](/communities/setting-up-your-project-for-healthy-contributions/about-community-profiles-for-public-repositories)."
|
||||
|
||||
@@ -47,9 +47,9 @@ If the code of conduct you want to use isn't available in the provided templates
|
||||
{% data reusables.repositories.navigate-to-repo %}
|
||||
{% data reusables.files.add-file %}
|
||||
1. In the file name field, type the name and extension for the file.
|
||||
- To make your code of conduct visible in the repository's root directory, type _CODE_OF_CONDUCT_ in the file name field.
|
||||
- To make your code of conduct visible in the repository's `docs` directory, type _docs/CODE_OF_CONDUCT_.
|
||||
- To make your code of conduct visible in the repository's `.github` directory, type _.github/CODE_OF_CONDUCT_.
|
||||
* To make your code of conduct visible in the repository's root directory, type _CODE_OF_CONDUCT_ in the file name field.
|
||||
* To make your code of conduct visible in the repository's `docs` directory, type _docs/CODE_OF_CONDUCT_.
|
||||
* To make your code of conduct visible in the repository's `.github` directory, type _.github/CODE_OF_CONDUCT_.
|
||||
1. In the new file, add your custom code of conduct.
|
||||
{% data reusables.files.write_commit_message %}
|
||||
{% data reusables.files.choose_commit_branch %}
|
||||
|
||||
@@ -54,4 +54,4 @@ Open source licenses enable others to freely use, change, and distribute the pro
|
||||
|
||||
## Further reading
|
||||
|
||||
- "[AUTOTITLE](/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors)"
|
||||
* "[AUTOTITLE](/communities/setting-up-your-project-for-healthy-contributions/setting-guidelines-for-repository-contributors)"
|
||||
|
||||
@@ -21,9 +21,9 @@ You can add default community health files to a public repository called `.githu
|
||||
|
||||
{% data variables.product.product_name %} will use and display default files for any repository owned by the account that does not have its own file of that type in any of the following places:
|
||||
|
||||
- The root of the repository
|
||||
- The `.github` folder
|
||||
- The `docs` folder
|
||||
* The root of the repository
|
||||
* The `.github` folder
|
||||
* The `docs` folder
|
||||
|
||||
For example, anyone who creates an issue or pull request in a repository that does not have its own CONTRIBUTING file will see a link to the default CONTRIBUTING file. If a repository has any files in its own `.github/ISSUE_TEMPLATE` folder, including issue templates or a _config.yml_ file, none of the contents of the default `.github/ISSUE_TEMPLATE` folder will be used.
|
||||
|
||||
|
||||
@@ -27,5 +27,5 @@ You can apply the `good first issue` label to issues in your public repository s
|
||||
|
||||
## Further reading
|
||||
|
||||
- "[AUTOTITLE](/issues/using-labels-and-milestones-to-track-work/managing-labels)"
|
||||
- "[AUTOTITLE](/search-github/searching-on-github/searching-for-repositories)"
|
||||
* "[AUTOTITLE](/issues/using-labels-and-milestones-to-track-work/managing-labels)"
|
||||
* "[AUTOTITLE](/search-github/searching-on-github/searching-for-repositories)"
|
||||
|
||||
@@ -36,13 +36,13 @@ You can create default contribution guidelines for your organization or personal
|
||||
{% data reusables.repositories.navigate-to-repo %}
|
||||
{% data reusables.files.add-file %}
|
||||
1. Decide whether to store your contributing guidelines in your repository's root, `docs`, or `.github` directory. Then, in the filename field, type the name and extension for the file. Contributing guidelines filenames are not case sensitive. Files are rendered in rich text format if the file extension is in a supported format. For more information, see "[AUTOTITLE](/repositories/working-with-files/using-files/working-with-non-code-files#rendering-differences-in-prose-documents)."
|
||||
- To make your contributing guidelines visible in the repository's root directory, type _CONTRIBUTING_.
|
||||
- To make your contributing guidelines visible in the repository's `docs` directory, type _docs/_ to create the new directory, then _CONTRIBUTING_.
|
||||
- If a repository contains more than one _CONTRIBUTING_ file, then the file shown in links is chosen from locations in the following order: the `.github` directory, then the repository's root directory, and finally the `docs` directory.
|
||||
* To make your contributing guidelines visible in the repository's root directory, type _CONTRIBUTING_.
|
||||
* To make your contributing guidelines visible in the repository's `docs` directory, type _docs/_ to create the new directory, then _CONTRIBUTING_.
|
||||
* If a repository contains more than one _CONTRIBUTING_ file, then the file shown in links is chosen from locations in the following order: the `.github` directory, then the repository's root directory, and finally the `docs` directory.
|
||||
1. In the new file, add contribution guidelines. These could include:
|
||||
- Steps for creating good issues or pull requests.
|
||||
- Links to external documentation, mailing lists, or a code of conduct.
|
||||
- Community and behavioral expectations.
|
||||
* Steps for creating good issues or pull requests.
|
||||
* Links to external documentation, mailing lists, or a code of conduct.
|
||||
* Community and behavioral expectations.
|
||||
{% data reusables.files.write_commit_message %}
|
||||
{% data reusables.files.choose_commit_branch %}
|
||||
{% data reusables.files.propose_new_file %}
|
||||
@@ -51,12 +51,12 @@ You can create default contribution guidelines for your organization or personal
|
||||
|
||||
If you're stumped, here are some good examples of contribution guidelines:
|
||||
|
||||
- The {% data variables.product.prodname_docs %} [contribution guidelines](/contributing).
|
||||
- The Ruby on Rails [contribution guidelines](https://github.com/rails/rails/blob/main/CONTRIBUTING.md).
|
||||
- The Open Government [contribution guidelines](https://github.com/opengovernment/opengovernment/blob/master/CONTRIBUTING.md).
|
||||
* The {% data variables.product.prodname_docs %} [contribution guidelines](/contributing).
|
||||
* The Ruby on Rails [contribution guidelines](https://github.com/rails/rails/blob/main/CONTRIBUTING.md).
|
||||
* The Open Government [contribution guidelines](https://github.com/opengovernment/opengovernment/blob/master/CONTRIBUTING.md).
|
||||
|
||||
## Further reading
|
||||
|
||||
- The Open Source Guides' section "[Starting an Open Source Project](https://opensource.guide/starting-a-project/)"{% ifversion fpt or ghec %}
|
||||
- [{% data variables.product.prodname_learning %}]({% data variables.product.prodname_learning_link %}){% endif %}
|
||||
- "[AUTOTITLE](/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository)"
|
||||
* The Open Source Guides' section "[Starting an Open Source Project](https://opensource.guide/starting-a-project/)"{% ifversion fpt or ghec %}
|
||||
* [{% data variables.product.prodname_learning %}]({% data variables.product.prodname_learning_link %}){% endif %}
|
||||
* "[AUTOTITLE](/communities/setting-up-your-project-for-healthy-contributions/adding-a-license-to-a-repository)"
|
||||
|
||||
@@ -658,5 +658,5 @@ body:
|
||||
|
||||
## Further reading
|
||||
|
||||
- [YAML](https://yaml.org/)
|
||||
- [Syntax for issue forms](/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms)
|
||||
* [YAML](https://yaml.org/)
|
||||
* [Syntax for issue forms](/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms)
|
||||
|
||||
@@ -108,5 +108,5 @@ If you have 10 or more templates, alphanumeric ordering means that `11-bug.yml`
|
||||
|
||||
## Further reading
|
||||
|
||||
- "[AUTOTITLE](/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates)"
|
||||
- "[AUTOTITLE](/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository)"
|
||||
* "[AUTOTITLE](/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates)"
|
||||
* "[AUTOTITLE](/communities/using-templates-to-encourage-useful-issues-and-pull-requests/manually-creating-a-single-issue-template-for-your-repository)"
|
||||
|
||||
@@ -24,20 +24,20 @@ You can create default pull request templates for your organization or personal
|
||||
{% data reusables.repositories.navigate-to-repo %}
|
||||
{% data reusables.files.add-file %}
|
||||
1. In the file name field:
|
||||
- To make your pull request template visible in the repository's root directory, name the pull request template `pull_request_template.md`.
|
||||
- To make your pull request template visible in the repository's `docs` directory, name the pull request template `docs/pull_request_template.md`.
|
||||
- To store your file in a hidden directory, name the pull request template `.github/pull_request_template.md`.
|
||||
- To create multiple pull request templates and use the `template` query parameter to specify a template to fill the pull request body, type _.github/PULL_REQUEST_TEMPLATE/_, then the name of your pull request template. For example, `.github/PULL_REQUEST_TEMPLATE/pull_request_template.md`. You can also store multiple pull request templates in a `PULL_REQUEST_TEMPLATE` subdirectory within the root or `docs/` directories. For more information, see "[AUTOTITLE](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request)."
|
||||
* To make your pull request template visible in the repository's root directory, name the pull request template `pull_request_template.md`.
|
||||
* To make your pull request template visible in the repository's `docs` directory, name the pull request template `docs/pull_request_template.md`.
|
||||
* To store your file in a hidden directory, name the pull request template `.github/pull_request_template.md`.
|
||||
* To create multiple pull request templates and use the `template` query parameter to specify a template to fill the pull request body, type _.github/PULL_REQUEST_TEMPLATE/_, then the name of your pull request template. For example, `.github/PULL_REQUEST_TEMPLATE/pull_request_template.md`. You can also store multiple pull request templates in a `PULL_REQUEST_TEMPLATE` subdirectory within the root or `docs/` directories. For more information, see "[AUTOTITLE](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/using-query-parameters-to-create-a-pull-request)."
|
||||
1. In the body of the new file, add your pull request template. This template could consist of asking to include:
|
||||
- A [reference to a related issue](/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#referencing-issues-and-pull-requests) in your repository.
|
||||
- A description of the changes proposed in the pull request.
|
||||
- [@mentions](/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#mentioning-people-and-teams) of the person or team responsible for reviewing proposed changes.
|
||||
* A [reference to a related issue](/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#referencing-issues-and-pull-requests) in your repository.
|
||||
* A description of the changes proposed in the pull request.
|
||||
* [@mentions](/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#mentioning-people-and-teams) of the person or team responsible for reviewing proposed changes.
|
||||
{% data reusables.files.write_commit_message %}
|
||||
{% data reusables.files.choose_commit_branch %} Templates are available to collaborators when they are merged into the repository's default branch.
|
||||
{% data reusables.files.propose_new_file %}
|
||||
|
||||
## Further reading
|
||||
|
||||
- "[AUTOTITLE](/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates)"
|
||||
- "[AUTOTITLE](/issues/tracking-your-work-with-issues/creating-an-issue)"
|
||||
- "[AUTOTITLE](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request)"
|
||||
* "[AUTOTITLE](/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates)"
|
||||
* "[AUTOTITLE](/issues/tracking-your-work-with-issues/creating-an-issue)"
|
||||
* "[AUTOTITLE](/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request)"
|
||||
|
||||
@@ -51,21 +51,21 @@ assignees: octocat
|
||||
{% data reusables.repositories.navigate-to-repo %}
|
||||
{% data reusables.files.add-file %}
|
||||
1. In the file name field:
|
||||
- To make your issue template visible in the repository's root directory, type the name of your _issue_template_. For example, `issue_template.md`.
|
||||
- To make your issue template visible in the repository's `docs` directory, type _docs/_ followed by the name of your _issue_template_. For example, `docs/issue_template.md`,
|
||||
- To store your file in a hidden directory, type _.github/_ followed by the name of your _issue_template_. For example, `.github/issue_template.md`.
|
||||
- To create multiple issue templates and use the `template` query parameter to specify a template to fill the issue body, type _.github/ISSUE_TEMPLATE/_, then the name of your issue template. For example, `.github/ISSUE_TEMPLATE/issue_template.md`. You can also store multiple issue templates in an `ISSUE_TEMPLATE` subdirectory within the root or `docs/` directories. For more information, see "[AUTOTITLE](/issues/tracking-your-work-with-issues/creating-an-issue)."
|
||||
* To make your issue template visible in the repository's root directory, type the name of your _issue_template_. For example, `issue_template.md`.
|
||||
* To make your issue template visible in the repository's `docs` directory, type _docs/_ followed by the name of your _issue_template_. For example, `docs/issue_template.md`,
|
||||
* To store your file in a hidden directory, type _.github/_ followed by the name of your _issue_template_. For example, `.github/issue_template.md`.
|
||||
* To create multiple issue templates and use the `template` query parameter to specify a template to fill the issue body, type _.github/ISSUE_TEMPLATE/_, then the name of your issue template. For example, `.github/ISSUE_TEMPLATE/issue_template.md`. You can also store multiple issue templates in an `ISSUE_TEMPLATE` subdirectory within the root or `docs/` directories. For more information, see "[AUTOTITLE](/issues/tracking-your-work-with-issues/creating-an-issue)."
|
||||
1. In the body of the new file, add your issue template. This could include:
|
||||
- YAML frontmatter
|
||||
- Expected behavior and actual behavior
|
||||
- Steps to reproduce the problem
|
||||
- Specifications like the version of the project, operating system, or hardware
|
||||
* YAML frontmatter
|
||||
* Expected behavior and actual behavior
|
||||
* Steps to reproduce the problem
|
||||
* Specifications like the version of the project, operating system, or hardware
|
||||
{% data reusables.files.write_commit_message %}
|
||||
{% data reusables.files.choose_commit_branch %} Templates are available to collaborators when they are merged into the repository's default branch.
|
||||
{% data reusables.files.propose_new_file %}
|
||||
|
||||
## Further reading
|
||||
|
||||
- "[AUTOTITLE](/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates)"
|
||||
- "[AUTOTITLE](/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository)"
|
||||
- "[AUTOTITLE](/issues/tracking-your-work-with-issues/creating-an-issue)"
|
||||
* "[AUTOTITLE](/communities/using-templates-to-encourage-useful-issues-and-pull-requests/about-issue-and-pull-request-templates)"
|
||||
* "[AUTOTITLE](/communities/using-templates-to-encourage-useful-issues-and-pull-requests/configuring-issue-templates-for-your-repository)"
|
||||
* "[AUTOTITLE](/issues/tracking-your-work-with-issues/creating-an-issue)"
|
||||
|
||||
@@ -274,4 +274,4 @@ body:
|
||||
|
||||
## Further reading
|
||||
|
||||
- [YAML](https://yaml.org)
|
||||
* [YAML](https://yaml.org)
|
||||
|
||||
@@ -170,5 +170,5 @@ body:
|
||||
|
||||
## Further reading
|
||||
|
||||
- [YAML](https://yaml.org/)
|
||||
- [Common validation errors when creating issue forms](/communities/using-templates-to-encourage-useful-issues-and-pull-requests/common-validation-errors-when-creating-issue-forms)
|
||||
* [YAML](https://yaml.org/)
|
||||
* [Common validation errors when creating issue forms](/communities/using-templates-to-encourage-useful-issues-and-pull-requests/common-validation-errors-when-creating-issue-forms)
|
||||
|
||||
Reference in New Issue
Block a user