First off, thank you for considering contributing to the Effective Workplace Manifesto! It's people like you that make this project such a great resource for organizations worldwide.
This project and everyone participating in it is governed by our Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [project_email@example.com].
We're looking for contributions that enhance the Effective Workplace Manifesto and its detailed guides. This could include:
- Improvements to existing content
- New examples or implementation tips
- Additional best practices
- New sections that align with the manifesto's goals
- Translations into other languages
- Fixes for typos, grammar, or formatting issues
-
Fork the repository on GitHub.
-
Clone the forked repository to your local machine.
-
Create a new branch for your contribution:
git checkout -b feature/your-feature-name
-
Make your changes in the appropriate files.
-
Commit your changes with a clear and descriptive commit message:
git commit -m "Add new example for project information management"
-
Push your changes to your fork on GitHub:
git push origin feature/your-feature-name
-
Create a Pull Request from your forked repository to our main repository.
-
Describe your changes in the Pull Request description. Include the reasoning behind your changes and any relevant information that would help reviewers understand your contribution.
-
Wait for review. We'll review your Pull Request and provide feedback or merge it.
- Use clear, concise language
- Follow Markdown formatting conventions
- Use headers to organize content (##, ###, ####)
- Include examples where appropriate
- Keep paragraphs short and focused
- Use bullet points or numbered lists for easy readability
Remember, the best way to contribute is to start with small changes. Even fixing a typo is a valuable contribution!
Thank you for helping make the Effective Workplace Manifesto better for everyone!