Skip to content

Commit e4e2dab

Browse files
authored
feat: Add maintainers-guide (#177)
1 parent 4d48443 commit e4e2dab

File tree

3 files changed

+44
-5
lines changed

3 files changed

+44
-5
lines changed

docs/maintainers/maintainers-guide.md

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
id: maintainers-guide
3+
title: "@open-sauced/maintainers-guide"
4+
sidebar_label: "@open-sauced/maintainers-guide"
5+
keywords:
6+
- "@open-sauced/maintainers-guide"
7+
---
8+
9+
Welcome to OpenSauced Maintainers Guide for contributors who are interested in being part of the maintainer team for OpenSauced repositories.
10+
11+
At OpenSauced, we're empowering contributors to work in the open and supporting maintainers to make data-driven decisions for their projects.
12+
13+
It's important to us that we maintain a healthy environment for contributors and maintainers of our projects.
14+
15+
## How do I Join the Maintainers Team?
16+
- Sign up for [opensauced.pizza](https://opensauced.pizza/)
17+
- Join our [Discord community](https://discord.gg/opensauced).
18+
- Prove your pizza worth!
19+
20+
## What does the Maintainers Team do?
21+
Well, like all things in tech, it depends. We have different maintainer teams for each of the repositories, so it's important that you communicate with the admin maintainer if you have any questions.
22+
23+
### Core Responsibilities
24+
Your responsibilities may include:
25+
- Reviewing and merging pull requests (PRs).
26+
- Providing comments and responses on PRs, issues, discussions, and Discord messages.
27+
- [Triage issues](../contributing/triage-guide.md) and bug reports.
28+
- Maintaining project documentation.
29+
- Collaborating with the community.
30+
31+
**Think of creating a positive space for contributors at all stages as one of your most important responsibilities.**
32+
33+
As a maintainer, you must:
34+
- Adhere to our [Code of Conduct](../contributing/code-of-conduct.md) and be an example for treating contributors with respect.
35+
- Communicate with the other maintainers in a timely and reasonable manner.
36+
- Understand and adhere to project standards.
37+
38+
## Committing and Merging Changes
39+
1. For commit and pull request standards, please refer to [introduction to contributing](../contributing/introduction-to-contributing.md).
40+
2. Before merging in changes, be sure to run the project locally if UI changes were made.
41+
3. **Squash and merge commits** when you merge in a PR.
42+
43+
Thank you for your interest in becoming a maintainer! Please reach out in our [team discussions](https://github.com/open-sauced/docs/discussions/categories/team-discussions) if you need help, guidance, or clarification at any time.
44+

docs/maintainers/setting-up-a-new-repository.md

-5
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@ keywords:
66
- setting up a new repository
77
---
88

9-
## How do I Join the Maintainers Team?
10-
11-
1. Sign up for [opensauced.pizza](https://opensauced.pizza)
12-
1. Join [discord](https://discord.gg/gZMKK5q).
13-
1. Prove your pizza worth!
149

1510
## Requirements
1611

introduction.md

Whitespace-only changes.

0 commit comments

Comments
 (0)