Skip to content
This repository was archived by the owner on Jun 18, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 45 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,48 @@ These are the documents that we were working from today:
- GitHub Processes: https://docs.google.com/document/d/1h_B5w65fiOkiNSz3QGkFm-ztKiZfKE49Q_pIaz_5IU0/edit#heading=h.slegl1uy62p5
- Spreadsheet: https://docs.google.com/spreadsheets/d/1elRL4SiQW7NomYnpdhIhrxEZQuZCltV6rzMRlUH3320/edit#gid=0
- Trello: https://trello.com/b/8UGHVBu8/wp-marketing

Copied from the GitHub Processes Google doc above:
## GitHub Processes

The main purpose is to help in onboarding contributors on GitHub.
This document will live as README.MD on https://github.com/wpmarketingteam

1. How to make change on GitHub
2. How to make a PR
3. How to pick up a ticket to work on
4. How to …
## Useful Links

1. GitHub Markdown
## Starting with Github:

1. Getting Started with Github: <https://docs.github.com/en/get-started >
2. Getting started with your GitHub account <https://docs.github.com/en/get-started/onboarding/getting-started-with-your-github-account>
3. Signing up for a new Github account: <https://docs.github.com/en/get-started/signing-up-for-github/signing-up-for-a-new-github-account>
4. Setting your username in Github: <https://docs.github.com/en/get-started/getting-started-with-git/setting-your-username-in-git>
## Using Github:
1. Pushing commits to a remote repository <https://docs.github.com/en/get-started/using-git/pushing-commits-to-a-remote-repository>
## Github Issues
1. About Issues: <https://docs.github.com/en/issues >
2. About Issues on Github: <https://docs.github.com/en/issues/tracking-your-work-with-issues/about-issues>
3. Creating an issue on Github: <https://docs.github.com/en/issues/tracking-your-work-with-issues/creating-an-issue>
4. About task lists in Github: <https://docs.github.com/en/issues/tracking-your-work-with-issues/about-task-lists>
5. Marking an issue as a duplicate: <https://docs.github.com/en/issues/tracking-your-work-with-issues/marking-issues-or-pull-requests-as-a-duplicate>
6. Deleting an issue: <https://docs.github.com/en/issues/tracking-your-work-with-issues/deleting-an-issue>

## Github Projects:
1. About Github Projects: https://docs.github.com/en/issues/trying-out-the-new-projects-experience/about-projects

## Github Project Boards:
1. <https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards>
2. Link a repository to a project board: <https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/linking-a-repository-to-a-project-board>
3. Adding notes to a project board: <https://docs.github.com/en/issues/organizing-your-work-with-project-boards/tracking-work-with-project-boards/adding-notes-to-a-project-board>
## Github Labels and Milestones:
1. About Milestones: <https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/about-milestones>
2. Creating and Editing Milestones: <https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/creating-and-editing-milestones-for-issues-and-pull-requests>
3. Associating milestones to issues: <https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/associating-milestones-with-issues-and-pull-requests>
4. View progress on milestones: <https://docs.github.com/en/issues/using-labels-and-milestones-to-track-work/viewing-your-milestones-progress>
## FAQ
1. Why are we using GutHub?