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

feat: Add new chapter on practical application #35

Merged
merged 36 commits into from
Apr 3, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
811e420
Add new chapter
BekahHW Jan 19, 2024
667a27a
Add a starter idea
BekahHW Jan 22, 2024
7ff0c9a
Add issue templates
BekahHW Jan 22, 2024
c553f4f
Update title
BekahHW Jan 22, 2024
efc6cbc
Add section on writing first issue
BekahHW Jan 22, 2024
e288853
Add images
BekahHW Jan 22, 2024
89d29bb
Updates
BekahHW Feb 19, 2024
967000f
Clean up
BekahHW Feb 19, 2024
4b599f2
Fix merge conflicts
BekahHW Feb 19, 2024
d1d1290
fix: punctuations and adjust wording
adiati98 Feb 21, 2024
dea57c9
Merge branch 'main' into feat/get-practical
BekahHW Mar 11, 2024
2e2b83f
Fix coc formatting
BekahHW Mar 11, 2024
7b9b38b
Remove unused asset
BekahHW Mar 11, 2024
c8e554d
Make the bug report section clearer
BekahHW Mar 11, 2024
ec49e5f
Fix up template sections
BekahHW Mar 11, 2024
3b9da89
fix: format and a broken link
adiati98 Mar 11, 2024
693e9c1
fix: unordered list format
adiati98 Mar 11, 2024
f33c3a6
Add a template for contributing guide
BekahHW Mar 14, 2024
4e797e5
Fix typo
BekahHW Mar 14, 2024
79dd86a
Add more detail to feature section
BekahHW Mar 14, 2024
f6103e6
Use code block to make directions clearer
BekahHW Mar 14, 2024
d7f0903
Fix formatting
BekahHW Mar 14, 2024
372908d
Replace insight page with workspace
BekahHW Mar 14, 2024
4951e75
Merge changes
BekahHW Mar 14, 2024
e0e3988
Remove code block formatting
BekahHW Mar 25, 2024
45f607d
Add Readme template
BekahHW Mar 25, 2024
7fbab50
Add a section about license
BekahHW Mar 25, 2024
08ab48b
Fix headings
BekahHW Mar 25, 2024
88bd262
fix: capitalize README
adiati98 Mar 25, 2024
ca5aae3
fix: wording and punctuations for clarity
adiati98 Mar 25, 2024
fb5ebe7
fix: indentation and add syntax highlight
adiati98 Mar 25, 2024
d4875ba
Standardize headings
BekahHW Mar 28, 2024
b104d95
Add checkboxes
BekahHW Mar 28, 2024
7852ee4
Remove Chapter numbers and add getting practical
BekahHW Mar 28, 2024
aec10f3
fix: small wording fixes
adiati98 Mar 28, 2024
380ae66
fix: update titles on README to follow the title of each chapter inst…
adiati98 Mar 28, 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
20 changes: 11 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,25 @@ Welcome to the Becoming a Maintainer Course with OpenSauced! This course is desi

## Course Overview

The course is divided into X chapters, each covering a different aspect of being an open source maintainer:
The course is divided into chapters, with each covering a different aspect of being an open source maintainer:

### [Intro: Understanding the role of an open source maintainer](/intro.md)
### [Intro: Understanding the Role of an Open Source Maintainer](/intro.md)

### [Chapter X: Setting Up Your Project](/how-to-setup-your-project.md)
### [How to Setup Your Open Source Project](/how-to-setup-your-project.md)

### [Chapter X: Issues and Pull Requests](/issues-and-pull-requests.md)
### [How to Handle Open Issues and Pull Requests](/issues-and-pull-requests.md)

### [Chapter X: Maintainer Power Ups](/maintainer-powerups.md)
### [Maintainer Power Ups](/maintainer-powerups.md)

### [Chapter x: Setting Up & Maintaining Your Team](/your-team.md)
### [Building Your Open Source Dream Team](/your-team.md)

### [Chapter X: Building and Nurturing Community](/building-community.md)
### [Building and Nurturing a Welcoming and Supportive Community](/building-community.md)

### [Chapter X: How to Communicate and Collaborate Effectively](/communication-and-collaboration.md)
### [How to Communicate and Collaborate Effectively](/communication-and-collaboration.md)

### [Chapter X: How to Maintain Code Quality and Documentation](/maintaining-code-quality.md)
### [How to Maintain Code Quality and Documentation](/maintaining-code-quality.md)

### [Let's Get Practical: Starting Your Project](/getting-practical.md)

### Additional Information

Expand Down
2 changes: 2 additions & 0 deletions _layouts/sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@
- [Building and Nurturing Community](/building-community.md)
- [Effective Communication and Collaboration](/communication-and-collaboration.md)
- [Maintaining Code Quality and Documentation](/maintaining-code-quality.md)
- [Let's Get Practical](/getting-practical.md)

Binary file added assets/gifs/set-up-repo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/create-issue.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/feature-form.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading