diff --git a/config/moda/deployment.yaml b/config/moda/deployment.yaml index 7c631ac7da5e..de9d768b85ba 100644 --- a/config/moda/deployment.yaml +++ b/config/moda/deployment.yaml @@ -12,7 +12,7 @@ environments: - name: staging-balsam require_pipeline: false notify_still_locked: true # Notify last person to lock this after an hour - secret_environment: production + secret_environment: staging required_review_tasks: [] auto_deploy: true skip_auto_merge: true @@ -24,7 +24,7 @@ environments: - name: staging-boxwood require_pipeline: false notify_still_locked: true # Notify last person to lock this after an hour - secret_environment: production + secret_environment: staging required_review_tasks: [] auto_deploy: true skip_auto_merge: true @@ -36,7 +36,7 @@ environments: - name: staging-cedar require_pipeline: false notify_still_locked: true # Notify last person to lock this after an hour - secret_environment: production + secret_environment: staging required_review_tasks: [] auto_deploy: true skip_auto_merge: true @@ -48,7 +48,7 @@ environments: - name: staging-cypress require_pipeline: false notify_still_locked: true # Notify last person to lock this after an hour - secret_environment: production + secret_environment: staging required_review_tasks: [] auto_deploy: true skip_auto_merge: true @@ -60,7 +60,7 @@ environments: - name: staging-fir require_pipeline: false notify_still_locked: true # Notify last person to lock this after an hour - secret_environment: production + secret_environment: staging required_review_tasks: [] auto_deploy: true skip_auto_merge: true @@ -72,7 +72,7 @@ environments: - name: staging-hemlock require_pipeline: false notify_still_locked: true # Notify last person to lock this after an hour - secret_environment: production + secret_environment: staging required_review_tasks: [] auto_deploy: true skip_auto_merge: true @@ -84,7 +84,7 @@ environments: - name: staging-hinoki require_pipeline: false notify_still_locked: true # Notify last person to lock this after an hour - secret_environment: production + secret_environment: staging required_review_tasks: [] auto_deploy: true skip_auto_merge: true @@ -96,7 +96,7 @@ environments: - name: staging-holly require_pipeline: false notify_still_locked: true # Notify last person to lock this after an hour - secret_environment: production + secret_environment: staging required_review_tasks: [] auto_deploy: true skip_auto_merge: true @@ -108,7 +108,7 @@ environments: - name: staging-juniper require_pipeline: false notify_still_locked: true # Notify last person to lock this after an hour - secret_environment: production + secret_environment: staging required_review_tasks: [] auto_deploy: true skip_auto_merge: true @@ -120,7 +120,7 @@ environments: - name: staging-laurel require_pipeline: false notify_still_locked: true # Notify last person to lock this after an hour - secret_environment: production + secret_environment: staging required_review_tasks: [] auto_deploy: true skip_auto_merge: true @@ -132,7 +132,7 @@ environments: - name: staging-pine require_pipeline: false notify_still_locked: true # Notify last person to lock this after an hour - secret_environment: production + secret_environment: staging required_review_tasks: [] auto_deploy: true skip_auto_merge: true @@ -144,7 +144,7 @@ environments: - name: staging-redwood require_pipeline: false notify_still_locked: true # Notify last person to lock this after an hour - secret_environment: production + secret_environment: staging required_review_tasks: [] auto_deploy: true skip_auto_merge: true @@ -156,7 +156,7 @@ environments: - name: staging-sequoia require_pipeline: false notify_still_locked: true # Notify last person to lock this after an hour - secret_environment: production + secret_environment: staging required_review_tasks: [] auto_deploy: true skip_auto_merge: true @@ -168,7 +168,7 @@ environments: - name: staging-spruce require_pipeline: false notify_still_locked: true # Notify last person to lock this after an hour - secret_environment: production + secret_environment: staging required_review_tasks: [] auto_deploy: true skip_auto_merge: true @@ -180,7 +180,7 @@ environments: - name: staging-yew require_pipeline: false notify_still_locked: true # Notify last person to lock this after an hour - secret_environment: production + secret_environment: staging required_review_tasks: [] auto_deploy: true skip_auto_merge: true diff --git a/content/account-and-profile/concepts/about-your-profile.md b/content/account-and-profile/concepts/about-your-profile.md index ca51629aa83e..14305a04956b 100644 --- a/content/account-and-profile/concepts/about-your-profile.md +++ b/content/account-and-profile/concepts/about-your-profile.md @@ -16,9 +16,11 @@ versions: topics: - Profiles --- -You can tell other people a little bit about yourself by writing a bio. Consider including previous places you've worked, projects you've contributed to, or interests you have that other people may like to know about. +You can tell other people a little bit about yourself by writing a bio. With the help of [@mentions](/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax) and emoji, you can include information about where you currently or have previously worked, what type of work you do, or even what kind of coffee you drink. The bio field is limited to 160 characters. -You can further showcase your current work, interests, expertise, and more by creating a profile README. If you add a README file to the root of a public repository with the same name as your username, that README will automatically appear on your profile page. +For a longer-form and more prominent way of displaying customized information about yourself, you can create a profile README. If you add a README file to the root of a public repository with the same name as your username, that README will automatically appear on your profile page. + +If you have the activity overview section enabled for your profile and you @mention an organization you're a member of in your profile bio, then that organization will be featured first in your activity overview. ![Screenshot of the profile page for @octocato. In the top-right corner, a profile README greets the viewer and lists information about the user's work.](/assets/images/help/repository/profile-with-readme.png) diff --git a/content/account-and-profile/get-started/index.md b/content/account-and-profile/get-started/index.md index 6fb78300c7c0..35283ff30799 100644 --- a/content/account-and-profile/get-started/index.md +++ b/content/account-and-profile/get-started/index.md @@ -7,7 +7,7 @@ versions: ghes: '*' ghec: '*' children: + - /profile - /personal-dashboard-quickstart - - /personalizing-your-profile --- diff --git a/content/account-and-profile/get-started/profile.md b/content/account-and-profile/get-started/profile.md new file mode 100644 index 000000000000..ea82965c85d6 --- /dev/null +++ b/content/account-and-profile/get-started/profile.md @@ -0,0 +1,44 @@ +--- +title: Profile +intro: 'Get started with your {% data variables.product.github %} profile.' +versions: + fpt: '*' + ghes: '*' + ghec: '*' +topics: + - Profiles +shortTitle: Profile +--- + +## About profiles + +Your {% data variables.product.github %} profile showcases your work, contributions, and information you choose to share publicly. + +{% ifversion fpt or ghec %} + +> [!IMPORTANT] +> Any details you add to your public profile will be visible to all {% data variables.product.github %} users, including in regions where local laws, regulations, or cultural norms may pose risks to expressing your identity. We respect everyone’s decision about whether or not to share information about themselves on their {% data variables.product.github %} profile. + +{% endif %} + +## Key profile elements + +Your profile includes these customizable elements: + +* **Personal info**: Profile picture, name, bio, and pronouns +* **Status**: Shows your current availability and what you're working on +* **Pinned items**: Repositories and gists you choose to highlight +* **Contribution activity**: Visualizes your work on {% data variables.product.github %} +* **Profile README**: A customizable section at the top of your profile +* **Achievements and badges**: Recognizes your participation in programs or milestones + +## Profile visibility + +You can control the visibility of specific profile elements or set your entire profile to private. + +## Next steps + +* For more details about your profile, see [AUTOTITLE](/account-and-profile/concepts/about-your-profile). +* For a general tutorial on personalizing your profile, see [AUTOTITLE](/account-and-profile/tutorials/personalize-your-profile). +* For more specific profile customization, see [AUTOTITLE](/account-and-profile/how-tos/setting-up-and-managing-your-github-profile). +* For reference information, see [AUTOTITLE](/account-and-profile/reference/profile-reference). diff --git a/content/account-and-profile/reference/index.md b/content/account-and-profile/reference/index.md index 381235fcb8a7..ff6fc44dcb3e 100644 --- a/content/account-and-profile/reference/index.md +++ b/content/account-and-profile/reference/index.md @@ -7,6 +7,7 @@ versions: ghes: '*' ghec: '*' children: + - /profile-reference - /personal-dashboard - /permission-levels-for-a-personal-account-repository - /profile-contributions-reference diff --git a/content/account-and-profile/get-started/personalizing-your-profile.md b/content/account-and-profile/reference/profile-reference.md similarity index 68% rename from content/account-and-profile/get-started/personalizing-your-profile.md rename to content/account-and-profile/reference/profile-reference.md index 2a9aeca5e827..6bb4e42afcff 100644 --- a/content/account-and-profile/get-started/personalizing-your-profile.md +++ b/content/account-and-profile/reference/profile-reference.md @@ -1,165 +1,67 @@ --- -title: Personalizing your profile -intro: You can share information about yourself with other users by setting a profile picture and adding a bio to your profile. -redirect_from: - - /articles/adding-a-bio-to-your-profile - - /articles/setting-your-profile-picture - - /articles/how-do-i-set-up-my-profile-picture - - /articles/gravatar-problems - - /articles/how-do-i-set-up-my-avatar - - /articles/personalizing-your-profile - - /github/setting-up-and-managing-your-github-profile/personalizing-your-profile - - /github/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile - - /account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile +title: Profile reference +intro: 'Reference information for your {% data variables.product.github %} profile.' versions: fpt: '*' ghes: '*' ghec: '*' topics: - Profiles -shortTitle: Personalize +shortTitle: Profile reference --- -{% ifversion fpt or ghec %} -> [!NOTE] -> Any details you add to your public profile will be visible to all {% data variables.product.github %} users, including in regions where local laws, regulations, or cultural norms may pose risks to expressing your identity. We respect everyone’s decision about whether or not to share information about themselves on their {% data variables.product.github %} profile. -{% endif %} - -## Changing your profile picture - -Your profile picture helps identify you across {% data variables.product.github %} in pull requests, comments, contributions pages, and graphs. - -When you sign up for an account, {% data variables.product.github %} provides you with a randomly generated "identicon". [Your identicon](https://github.com/blog/1586-identicons) generates from a hash of your user ID, so there's no way to control its color or pattern. You can replace your identicon with an image that represents you. - -> [!NOTE] {% ifversion ghec %} -> * {% endif %}Your profile picture should be a PNG, JPG, or GIF file, and it must be less than 1 MB in size and smaller than 3000 by 3000 pixels. For the best quality rendering, we recommend keeping the image at about 500 by 500 pixels. -{% ifversion ghec %}> * Gravatar profile pictures are not supported with {% data variables.product.prodname_emus %}.{% endif %} - -If you use Gravatar, and your Gravatar image is associated with the email you use for {% data variables.product.github %}, the image will be shown as your {% data variables.product.github %} profile picture by default (rather than an identicon). To change your profile picture, you can either upload a new image to Gravatar, or upload a new image to {% data variables.product.github %} and override the Gravatar image. - -### Setting a profile picture - -{% data reusables.user-settings.access_settings %} -{% data reusables.accounts.set-profile-picture %} - -### Resetting your profile picture to the identicon - -{% data reusables.user-settings.access_settings %} -1. Under "Profile Picture", select **{% octicon "pencil" aria-hidden="true" aria-label="pencil" %} Edit**, then click **Remove photo** to revert to your identicon. - - If your email address is associated with a [Gravatar](https://en.gravatar.com/), you cannot revert to your identicon. Click **Revert to Gravatar** instead. - - ![Screenshot of the "Public profile" section of a user account's settings. A button, labeled with a pencil icon and "Edit", is outlined in dark orange.](/assets/images/help/profile/edit-profile-photo.png) - -## Changing your profile name - -You can change the name that is displayed on your profile. This name may also be displayed next to comments you make on private repositories owned by an organization. For more information, see [AUTOTITLE](/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization). +## Visibility of profile information {% ifversion fpt or ghec %} -> [!NOTE] -> If you're a member of an {% data variables.enterprise.prodname_emu_enterprise %}, any changes to your profile name must be made through your identity provider instead of {% data variables.product.prodname_dotcom %}. {% data reusables.enterprise-accounts.emu-more-info-account %} +Any details you add to your public profile will be visible to all {% data variables.product.github %} users, including in regions where local laws, regulations, or cultural norms may pose risks to expressing your identity. We respect everyone's decision about whether or not to share information about themselves on their {% data variables.product.github %} profile. {% endif %} -{% data reusables.user-settings.access_settings %} -1. Under "Public profile", in the "Name" field, type the name you want to be displayed on your profile. - -## Adding a bio to your profile - -Add a bio to your profile to share information about yourself with other {% data variables.product.github %} users. With the help of [@mentions](/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax) and emoji, you can include information about where you currently or have previously worked, what type of work you do, or even what kind of coffee you drink. - -For a longer-form and more prominent way of displaying customized information about yourself, you can also use a profile README. For more information, see [AUTOTITLE](/account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/managing-your-profile-readme). - -> [!NOTE] -> If you have the activity overview section enabled for your profile and you @mention an organization you're a member of in your profile bio, then that organization will be featured first in your activity overview. For more information, see [AUTOTITLE](/account-and-profile/setting-up-and-managing-your-github-profile/managing-contribution-settings-on-your-profile/showing-an-overview-of-your-activity-on-your-profile). - -{% data reusables.user-settings.access_settings %} -1. Under "Public profile", in the "Bio" field, type the content that you want displayed on your profile. The bio field is limited to 160 characters. - - > [!TIP] - > When you @mention an organization, only those that you're a member of will autocomplete. You can still @mention organizations that you're not a member of, like a previous employer, but the organization name won't autocomplete for you. - -{% data reusables.profile.update-profile %} +The name that is displayed on your profile may also be displayed next to comments you make on private repositories owned by an organization. For more information, see [AUTOTITLE](/organizations/managing-organization-settings/managing-the-display-of-member-names-in-your-organization). {% ifversion profile-pronouns %} -## Adding pronouns to your profile - -Add pronouns to your public user profile to share information about yourself with other {% data variables.product.github %} users. {% data reusables.profile.pronouns-visibility %} +{% data reusables.profile.pronouns-visibility %} -{% data reusables.user-settings.access_settings %} -1. Under **Pronouns**, add the pronouns that you want displayed on your profile. You may add custom pronouns. +{% endif %} -{% data reusables.profile.update-profile %} +Links to your social accounts are visible to anyone who can view your profile. -{% endif %} +## Profile status -## Setting your location and time zone +Your status will show: -You can set a location and time zone on your profile to show other people your local time. Your location and time zone will be visible: * On your profile page * When people hover over your username or avatar +* On a team page for a team where you're a team member. For more information, see [AUTOTITLE](/organizations/organizing-members-into-teams/about-teams#team-pages). +* On the organization dashboard in an organization where you're a member. For more information, see [AUTOTITLE](/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard). -![Screenshot of the Octocat profile page emphasizing the location, local time, and relative time fields.](/assets/images/help/profile/profile-location-and-time.png) - -When you view your profile, you will see your location, local time, and your time zone in relation to Universal Time Coordinated. When others view your profile, they will see your location, local time, and the time difference in hours from their own local time. - -{% data reusables.user-settings.access_settings %} -1. Under "Public profile", in the "Location" field, type the location you want to be displayed on your profile. -1. Optionally, display the current local time on your profile. - * Select **Display current local time**. - * Select the **Time zone** dropdown menu, then click your local time zone. -{% data reusables.profile.update-profile %} - -{% ifversion profile-social-links %} - -## Adding links to your social accounts - -You can add up to four links to social accounts on your profile. These are visible to anyone who can view your profile. - -{% data reusables.user-settings.access_settings %} -1. Under "Social accounts", in a blank "Link to social profile" field, type the full URL of the social account. For example, for the `@GitHub` Twitter account, type `https://twitter.com/github`. -{% data reusables.profile.update-profile %} +When you set your status, you can also let people know that you have limited availability. -{% endif %} +If you select the "Busy" option, when people @mention your username, assign you an issue or pull request, or request a pull request review from you, a note next to your username will show that you're busy. You will also be excluded from automatic review assignment for pull requests assigned to any teams you belong to. For more information, see [AUTOTITLE](/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team). -{% ifversion fpt or ghec %} +![Screenshot of a draft comment. "@octocat" is written in the text field, and "The Octocat (busy)" is suggested.](/assets/images/help/profile/username-with-limited-availability-text.png) -## Adding your ORCID iD to your profile +## Profile picture requirements -If you're a researcher with an ORCID iD, you can identify yourself by adding your ORCID iD to your profile. +When you sign up for an account, {% data variables.product.github %} provides you with a randomly generated "identicon". [Your identicon](https://github.com/blog/1586-identicons) generates from a hash of your user ID, so there's no way to control its color or pattern. You can replace your identicon with an image that represents you. -{% data reusables.user-settings.access_settings %} -1. Under "ORCID iD", click **Connect your ORCID iD**. -1. Follow the steps to sign in to your ORCID account and then return to {% data variables.product.prodname_dotcom %}. +> [!NOTE] {% ifversion ghec %} +> * {% endif %}Your profile picture should be a PNG, JPG, or GIF file, and it must be less than 1 MB in size and smaller than 3000 by 3000 pixels. For the best quality rendering, we recommend keeping the image at about 500 by 500 pixels. +{% ifversion ghec %}> * Gravatar profile pictures are not supported with {% data variables.product.prodname_emus %}.{% endif %} -{% endif %} +If you use Gravatar, and your Gravatar image is associated with the email you use for {% data variables.product.github %}, the image will be shown as your {% data variables.product.github %} profile picture by default (rather than an identicon). To change your profile picture, you can either upload a new image to Gravatar, or upload a new image to {% data variables.product.github %} and override the Gravatar image. -## Setting a status +## Profile location and time zone -You can set a status to display information about your current availability. Your status will show: +You can set a location and time zone on your profile to show other people your local time. Your location and time zone will be visible: * On your profile page * When people hover over your username or avatar -* On a team page for a team where you're a team member. For more information, see [AUTOTITLE](/organizations/organizing-members-into-teams/about-teams#team-pages). -* On the organization dashboard in an organization where you're a member. For more information, see [AUTOTITLE](/organizations/collaborating-with-groups-in-organizations/about-your-organization-dashboard). - -When you set your status, you can also let people know that you have limited availability. -If you select the "Busy" option, when people @mention your username, assign you an issue or pull request, or request a pull request review from you, a note next to your username will show that you're busy. You will also be excluded from automatic review assignment for pull requests assigned to any teams you belong to. For more information, see [AUTOTITLE](/organizations/organizing-members-into-teams/managing-code-review-settings-for-your-team). - -![Screenshot of a draft comment. "@octocat" is written in the text field, and "The Octocat (busy)" is suggested.](/assets/images/help/profile/username-with-limited-availability-text.png) - -1. In the top right corner of {% data variables.product.prodname_dotcom %}, click your profile picture, then click **{% octicon "smiley" aria-hidden="true" aria-label="smiley" %} Set status** or, if you already have a status set, click your current status. - - ![Screenshot of the dropdown menu under @octocat's profile picture. A smiley icon and "Set status" are outlined in dark orange.](/assets/images/help/profile/set-status-on-profile-global-nav-update.png) +![Screenshot of the Octocat profile page emphasizing the location, local time, and relative time fields.](/assets/images/help/profile/profile-location-and-time.png) -1. In the "What's happening" field, type a status message. -1. Optionally, to set an emoji status, click {% octicon "smiley" aria-label="Choose an emoji" %}, then click an emoji from the list. -1. Optionally, if you'd like to share that you have limited availability, select "Busy." -1. Select the **Clear status** dropdown menu, then click when you want your status to expire. If you don't select a status expiration, you will keep your status until you clear or edit your status. -1. Select the **Visible to** dropdown menu, then click who you want your status visible to. If you don't select an organization, your status will be public. -1. Click **Set status**. +When you view your profile, you will see your location, local time, and your time zone in relation to Universal Time Coordinated. When others view your profile, they will see your location, local time, and the time difference in hours from their own local time. {% ifversion fpt or ghec %} @@ -188,6 +90,10 @@ To stop private contributions from counting toward your Achievements, or to turn > [!NOTE] > This feature is currently in {% data variables.release-phases.public_preview %} and subject to change. +## Profile name changes for {% data variables.enterprise.prodname_emu_enterprise %} + +If you're a member of an {% data variables.enterprise.prodname_emu_enterprise %}, any changes to your profile name must be made through your identity provider instead of {% data variables.product.prodname_dotcom %}. {% data reusables.enterprise-accounts.emu-more-info-account %} + {% endif %} ## List of qualifying repositories for Mars 2020 Helicopter Contributor achievement diff --git a/content/account-and-profile/tutorials/index.md b/content/account-and-profile/tutorials/index.md index 94458efd0c52..ae48435cb6f5 100644 --- a/content/account-and-profile/tutorials/index.md +++ b/content/account-and-profile/tutorials/index.md @@ -1,7 +1,7 @@ --- title: Tutorials for your GitHub account and profile shortTitle: Tutorials -intro: 'Build skills and knowledge about your {% data variables.product.github %} account and profile through hands-on activities.' +intro: Build skills and knowledge about your {% data variables.product.github %} account and profile through hands-on activities. versions: fpt: '*' ghes: '*' @@ -11,6 +11,7 @@ topics: - Profiles children: - /managing-security-and-analysis-settings-for-your-personal-account + - /personalize-your-profile - /managing-your-cookie-preferences-for-githubs-enterprise-marketing-pages - /using-your-github-profile-to-enhance-your-resume --- diff --git a/content/account-and-profile/tutorials/personalize-your-profile.md b/content/account-and-profile/tutorials/personalize-your-profile.md new file mode 100644 index 000000000000..b453604db2f7 --- /dev/null +++ b/content/account-and-profile/tutorials/personalize-your-profile.md @@ -0,0 +1,131 @@ +--- +title: Personalize your profile +intro: You can share information about yourself with other users by setting a profile picture and adding a bio to your profile. +redirect_from: + - /articles/adding-a-bio-to-your-profile + - /articles/setting-your-profile-picture + - /articles/how-do-i-set-up-my-profile-picture + - /articles/gravatar-problems + - /articles/how-do-i-set-up-my-avatar + - /articles/personalizing-your-profile + - /github/setting-up-and-managing-your-github-profile/personalizing-your-profile + - /github/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile + - /account-and-profile/setting-up-and-managing-your-github-profile/customizing-your-profile/personalizing-your-profile + - /account-and-profile/get-started/personalizing-your-profile +versions: + fpt: '*' + ghes: '*' + ghec: '*' +topics: + - Profiles +shortTitle: Personalize your profile +contentType: tutorials +--- + +> [!NOTE] +> Your profile name for your is {% data variables.product.github %} account is **required**. All other profile information described in this article is **optional**. + +## Changing your profile picture + +Your profile picture helps identify you across {% data variables.product.github %} in pull requests, comments, contributions pages, and graphs. + +### Setting a profile picture + +{% data reusables.user-settings.access_settings %} +{% data reusables.accounts.set-profile-picture %} + +### Resetting your profile picture to the identicon + +{% data reusables.user-settings.access_settings %} +1. Under "Profile Picture", select **{% octicon "pencil" aria-hidden="true" aria-label="pencil" %} Edit**, then click **Remove photo** to revert to your identicon. + + If your email address is associated with a [Gravatar](https://en.gravatar.com/), you cannot revert to your identicon. Click **Revert to Gravatar** instead. + + ![Screenshot of the "Public profile" section of a user account's settings. A button, labeled with a pencil icon and "Edit", is outlined in dark orange.](/assets/images/help/profile/edit-profile-photo.png) + +## Changing your profile name + +Your {% data variables.product.github %} profile name **does not** need to correlate with your real-world identity. + +{% data reusables.user-settings.access_settings %} +1. Under "Public profile", in the "Name" field, type the name you want to be displayed on your profile. + +## Adding a bio to your profile + +{% data reusables.user-settings.access_settings %} +1. Under "Public profile", in the "Bio" field, type the content that you want displayed on your profile. The bio field is limited to 160 characters. + + > [!TIP] + > When you @mention an organization, only those that you're a member of will autocomplete. You can still @mention organizations that you're not a member of, like a previous employer, but the organization name won't autocomplete for you. + +{% data reusables.profile.update-profile %} + +{% ifversion profile-pronouns %} + +## Adding pronouns to your profile + +Add pronouns to your public user profile to share information about yourself with other {% data variables.product.github %} users. + +{% data reusables.user-settings.access_settings %} + +1. Under **Pronouns**, add the pronouns that you want displayed on your profile. You may add custom pronouns. + +{% data reusables.profile.update-profile %} + +{% endif %} + +## Setting your location and time zone + +{% data reusables.user-settings.access_settings %} +1. Under "Public profile", in the "Location" field, type the location you want to be displayed on your profile. +1. Optionally, display the current local time on your profile. + * Select **Display current local time**. + * Select the **Time zone** dropdown menu, then click your local time zone. +{% data reusables.profile.update-profile %} + +{% ifversion profile-social-links %} + +## Adding links to your social accounts + +You can add up to four links to social accounts on your profile. + +{% data reusables.user-settings.access_settings %} +1. Under "Social accounts", in a blank "Link to social profile" field, type the full URL of the social account. For example, for the `@GitHub` Twitter account, type `https://twitter.com/github`. +{% data reusables.profile.update-profile %} + +{% endif %} + +{% ifversion fpt or ghec %} + +## Adding your ORCID iD to your profile + +If you're a researcher with an ORCID iD, you can identify yourself by adding your ORCID iD to your profile. + +{% data reusables.user-settings.access_settings %} +1. Under "ORCID iD", click **Connect your ORCID iD**. +1. Follow the steps to sign in to your ORCID account and then return to {% data variables.product.prodname_dotcom %}. + +{% endif %} + +## Setting a status + +You can set a status to display information about your current availability. + +1. In the top right corner of {% data variables.product.prodname_dotcom %}, click your profile picture, then click **{% octicon "smiley" aria-hidden="true" aria-label="smiley" %} Set status** or, if you already have a status set, click your current status. + + ![Screenshot of the dropdown menu under @octocat's profile picture. A smiley icon and "Set status" are outlined in dark orange.](/assets/images/help/profile/set-status-on-profile-global-nav-update.png) + +1. In the "What's happening" field, type a status message. +1. Optionally, to set an emoji status, click {% octicon "smiley" aria-label="Choose an emoji" %}, then click an emoji from the list. +1. Optionally, if you'd like to share that you have limited availability, select "Busy." +1. Select the **Clear status** dropdown menu, then click when you want your status to expire. If you don't select a status expiration, you will keep your status until you clear or edit your status. +1. Select the **Visible to** dropdown menu, then click who you want your status visible to. If you don't select an organization, your status will be public. +1. Click **Set status**. + +## Next steps + +* To learn more about GitHub profiles, see [AUTOTITLE](/account-and-profile/concepts/about-your-profile). + +* For reference information, see [AUTOTITLE](/account-and-profile/reference/profile-reference). + +* For more detailed profile customizations, see [AUTOTITLE](/account-and-profile/how-tos/setting-up-and-managing-your-github-profile). diff --git a/content/billing/concepts/enterprise-billing/usage-based-licenses.md b/content/billing/concepts/enterprise-billing/usage-based-licenses.md index 9bd763e12290..b5675148bae1 100644 --- a/content/billing/concepts/enterprise-billing/usage-based-licenses.md +++ b/content/billing/concepts/enterprise-billing/usage-based-licenses.md @@ -57,6 +57,8 @@ Before switching to usage-based billing, to ensure you are not charged extra for {% data reusables.billing.metered-license-measures %} +To view your license usage and history, see [AUTOTITLE](/billing/how-tos/manage-plan-and-licenses/view-enterprise-usage). + ## Which payment methods can I use? You can use the following payment methods for usage-based billing for licenses: diff --git a/content/billing/how-tos/manage-plan-and-licenses/view-enterprise-usage.md b/content/billing/how-tos/manage-plan-and-licenses/view-enterprise-usage.md index 38bf1bc235d6..1690daa42872 100644 --- a/content/billing/how-tos/manage-plan-and-licenses/view-enterprise-usage.md +++ b/content/billing/how-tos/manage-plan-and-licenses/view-enterprise-usage.md @@ -38,9 +38,31 @@ To learn more about the license data associated with your enterprise account and ## Finding information on {% data variables.product.prodname_ghe_cloud %} -* Under "User licenses", view your total licenses, number of consumed licenses, and your subscription expiration date. -* To view details for license usage or download a CSV file with license details, to the right of "User Licenses", click **View details** or **{% octicon "download" aria-hidden="true" aria-label="download" %} CSV report**. -* To view usage details for other features, in the left sidebar, click **Billing**. +On the "Licensing" page, the number of consumed licenses is shown under "Enterprise Cloud". In addition, you can see: + +* Usage-based billing: the estimated monthly payment, assuming no further license changes +* Volume billing: your total available licenses and your subscription expiration date. + +### Viewing more detailed information + +* To view details of license usage, to the right of "Enterprise Cloud", click **More details**. +* To download a CSV file with license details, click **{% octicon "download" aria-hidden="true" aria-label="download" %} Download CSV report**. + +### Viewing history of changes to license usage + +>[!NOTE] +> This feature is in public preview and only available to usage-based enterprise accounts without Visual Studio bundles. + +To view the history of license usage over time, on the "Licensing" page, to the right of "Enterprise Cloud", click **Manage**. + +The license history starts capturing history from the day the feature is enabled on your account, and provides a daily snapshot of license additions and removals for {% data variables.product.prodname_ghe_cloud %}. This information shows you how licenses are being consumed and why billed amounts change. + +The license history shows: + +* Daily snapshot of licenses so you can monitor usage over time +* Actor(s) that added or removed each license to provide accountability +* Date on which the license addition or removal was performed +* Effective date for when the license additions and removals will affect your monthly bill ### Synchronization of {% data variables.product.prodname_ghe_server %} use diff --git a/content/site-policy/privacy-policies/github-general-privacy-statement.md b/content/site-policy/privacy-policies/github-general-privacy-statement.md index 2381437c2590..5228f566e243 100644 --- a/content/site-policy/privacy-policies/github-general-privacy-statement.md +++ b/content/site-policy/privacy-policies/github-general-privacy-statement.md @@ -161,7 +161,7 @@ In compliance with the EU-U.S. DPF, the UK Extension to the EU-U.S. DPF, and the If you do not receive timely acknowledgment of your DPF Principles-related complaint from us, or if we have not addressed your DPF Principles-related complaint to your satisfaction, please visit for more information or to file a complaint. The services of the International Centre for Dispute Resolution are provided at no cost to you. -An individual has the possibility, under certain conditions, to invoke binding arbitration for complaints regarding DPF compliance not resolved by any of the other DPF mechanisms. For additional information visit . +An individual has the possibility, under certain conditions, to invoke binding arbitration for complaints regarding DPF compliance not resolved by any of the other DPF mechanisms. For additional information visit . ### Government Enforcement diff --git a/src/content-linter/scripts/lint-report.ts b/src/content-linter/scripts/lint-report.ts index ce61c9dd95ca..0828aa1af0d5 100644 --- a/src/content-linter/scripts/lint-report.ts +++ b/src/content-linter/scripts/lint-report.ts @@ -132,12 +132,12 @@ async function main() { reportLabel: REPORT_LABEL!, } - await createReportIssue(reportProps) + const newReport = await createReportIssue(reportProps) const linkProps = { core, octokit, - newReport: await createReportIssue(reportProps), + newReport, reportRepository: REPORT_REPOSITORY!, reportAuthor: REPORT_AUTHOR!, reportLabel: REPORT_LABEL!, diff --git a/src/landings/components/ArticleList.module.css b/src/landings/components/ArticleList.module.css index 1ccf4d19eaff..f05555b0a77c 100644 --- a/src/landings/components/ArticleList.module.css +++ b/src/landings/components/ArticleList.module.css @@ -6,6 +6,7 @@ } h3, span { + user-select: text; color: var(--fgColor-accent, var(--color-accent-fg)); } -} \ No newline at end of file +} diff --git a/src/landings/components/ProductArticlesList.module.css b/src/landings/components/ProductArticlesList.module.css index 260c66b9c011..be7dda8597bd 100644 --- a/src/landings/components/ProductArticlesList.module.css +++ b/src/landings/components/ProductArticlesList.module.css @@ -7,6 +7,7 @@ a { span { + user-select: text; color: var(--fgColor-accent, var(--color-accent-fg)); text-decoration: underline; } diff --git a/src/landings/components/TableOfContents.module.css b/src/landings/components/TableOfContents.module.css index 962cd995be16..bdc4cb6f612c 100644 --- a/src/landings/components/TableOfContents.module.css +++ b/src/landings/components/TableOfContents.module.css @@ -8,6 +8,7 @@ text-decoration: underline !important; span { + user-select: text; color: var(--fgColor-accent, var(--color-accent-fg)) !important; font-size: inherit !important; text-decoration: inherit !important;