Skip to content

Latest commit

 

History

History
68 lines (46 loc) · 2.41 KB

CONTRIBUTING.md

File metadata and controls

68 lines (46 loc) · 2.41 KB

Contributing to the Effective Workplace Manifesto

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.

Table of Contents

  1. Code of Conduct
  2. What we're looking for
  3. How to contribute
  4. Style guide
  5. Community

Code of Conduct

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].

What we're looking for

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

How to contribute

  1. Fork the repository on GitHub.

  2. Clone the forked repository to your local machine.

  3. Create a new branch for your contribution:

    git checkout -b feature/your-feature-name
    
  4. Make your changes in the appropriate files.

  5. Commit your changes with a clear and descriptive commit message:

    git commit -m "Add new example for project information management"
    
  6. Push your changes to your fork on GitHub:

    git push origin feature/your-feature-name
    
  7. Create a Pull Request from your forked repository to our main repository.

  8. 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.

  9. Wait for review. We'll review your Pull Request and provide feedback or merge it.

Style guide

  • 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!