Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

docs: final check before launch #58

Merged
merged 49 commits into from
Apr 25, 2024
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
579f79e
fix: adjust wording in intro chapter
adiati98 Feb 17, 2024
f6f9e81
Merge branch 'main' of https://github.com/open-sauced/maintainer-intr…
adiati98 Feb 18, 2024
94000c0
Merge branch 'main' of https://github.com/open-sauced/maintainer-intr…
adiati98 Feb 20, 2024
d56257d
fix: adjust wording in How to Setup Your Open Source Project chapter
adiati98 Feb 21, 2024
d5c22cd
fix: add space in intro chapter
adiati98 Feb 21, 2024
749a8b7
fix: wording in issues-and-pull-requests.md
adiati98 Mar 5, 2024
19f79aa
fix: update maintainer-powerups.md
adiati98 Mar 5, 2024
a9e606c
fix: change codeowners example to the one at docs
adiati98 Mar 6, 2024
a01f637
fix: typo and adjust wording
adiati98 Mar 6, 2024
8bdff11
Merge branch 'main' of https://github.com/open-sauced/maintainer-intr…
adiati98 Mar 8, 2024
4a991e6
fix: adjust wording in building community chapter
adiati98 Mar 8, 2024
3bea072
fix: adjust wording in communication and collaboration chapter
adiati98 Mar 8, 2024
5cb37bf
fix: adjust wording in maintaining code quality chapter
adiati98 Mar 8, 2024
f049f14
fix: update i18-n guidelines
adiati98 Mar 10, 2024
e25bd7b
feat: add community-translations.md
adiati98 Mar 10, 2024
1c63efb
feat: add content in community translations
adiati98 Mar 10, 2024
f170537
feat: add links to the community translations
adiati98 Mar 10, 2024
1f51214
fix: update main title in CONTRIBUTING
adiati98 Mar 10, 2024
035a060
fix: add wording in i18n guidelines
adiati98 Mar 10, 2024
6982d42
fix: titles in README
adiati98 Mar 10, 2024
be804ed
fix: resolve merge conflicts
adiati98 Mar 11, 2024
8d3f6a4
fix: resolve merge conflicts
adiati98 Apr 4, 2024
420df74
fix: adjust wording in setup project chapter
adiati98 Apr 6, 2024
764b098
fix: adjust wording in issues and pull requests chapter
adiati98 Apr 6, 2024
4e6feb4
fix: adjust wording in maintainer power ups chapter
adiati98 Apr 6, 2024
8cda379
fix: adjust wording in your team chapter
adiati98 Apr 6, 2024
36f3b63
fix: adjust wording in building community chapter
adiati98 Apr 6, 2024
58eaf73
fix: adjust wording in communication chapter
adiati98 Apr 6, 2024
23d77d2
fix: adjust wording in maintaining code quality chapter
adiati98 Apr 6, 2024
d056322
fix: minor wording in metrics and analytics chapter
adiati98 Apr 6, 2024
067b518
fix: minor wording adjustment in getting practical chapter
adiati98 Apr 6, 2024
ba45929
fix: delete resources from sidebar
adiati98 Apr 6, 2024
9382d20
chores: move files from images to img folder
adiati98 Apr 7, 2024
de8d29c
chores: move files from gifs to gif
adiati98 Apr 7, 2024
43ab7e8
fix: relative paths to image and gif
adiati98 Apr 7, 2024
bc770cc
feat: add a step to create new branch to CONTRIBUTING
adiati98 Apr 7, 2024
a10606b
feat: highlight notes with special syntax in CONTRIBUTING
adiati98 Apr 7, 2024
bf97c9f
fix: links and format in translations guidelines
adiati98 Apr 7, 2024
25a7feb
fix: capitalization
adiati98 Apr 7, 2024
fbf9c7b
fix: update columns in kanban board
adiati98 Apr 7, 2024
15f63f5
fix: update kanban board content
adiati98 Apr 7, 2024
2a517eb
resolve merge conflicts
adiati98 Apr 7, 2024
5f86f79
fix: resolve merge conflicts
adiati98 Apr 23, 2024
ab2c936
Add pagination
BekahHW Apr 24, 2024
caca074
feat: add a blog post to onboarding new team members
adiati98 Apr 25, 2024
db7509a
Merge branch 'fix/final-check' of https://github.com/open-sauced/main…
adiati98 Apr 25, 2024
8c344c1
feat: add a blog post to addiional resources
adiati98 Apr 25, 2024
1c661ce
fix: add an instruction to create a workspace
adiati98 Apr 25, 2024
9f0c846
fix: change tab to dashboard for consistency
adiati98 Apr 25, 2024
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
Prev Previous commit
Next Next commit
fix: update kanban board content
  • Loading branch information
adiati98 committed Apr 7, 2024
commit 15f63f5c0b0f43e543474225af1b6d1013cdf4a9
2 changes: 1 addition & 1 deletion how-to-setup-your-project.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ Here is an example of a [pull request template](https://raw.githubusercontent.co

Keeping track of your issues is getting more challenging as your project progresses. A great tool that can help you organize and track your issues is [projects (classic)](https://docs.github.com/en/issues/organizing-your-work-with-project-boards) on GitHub. With projects (classic), you can efficiently manage your project's features, roadmaps, or releases as they're integrated with issues and pull requests.

There are some [projects (classic) templates](https://docs.github.com/en/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards#templates-for-projects-classic) you can use, including the "basic kanban" template. Here, you can create notes and place the existing issues and pull requests in the "Todo", "In Progress", and "Done" columns. This will make it easy for you and your team to track the progress of your project.
There are some projects (classic) templates you can use, including the "kanban" template. Here, you can create notes and place the existing issues and pull requests in the "Backlog", "Ready", "In progress", "In review", and "Done" columns. This will make it easy for you and your team to track the progress of your project.

To create a new project (classic) for an individual repository, navigate to your GitHub profile and click the "Projects" tab. From there, you will see a green "New project" button where you can create a new board and link it to a repository. You can also make this board private to core maintainers or publicly visible to everyone.

Expand Down