mirror of
https://github.com/kennethreitz/empartations.git
synced 2026-06-18 05:40:58 +00:00
38 lines
1.1 KiB
Markdown
38 lines
1.1 KiB
Markdown
# Contributing to Empartations
|
|
|
|
We welcome your contributions! Please follow these guidelines to ensure a smooth process.
|
|
|
|
## How to Contribute
|
|
|
|
1. **Fork the Repository**: Create a personal fork of the repository.
|
|
2. **Clone Your Fork**: Clone your fork to your local machine.
|
|
3. **Create a Branch**: Create a new branch for your changes.
|
|
4. **Make Changes**: Make your changes and commit them with clear messages.
|
|
5. **Submit a Pull Request**: Push your changes to your fork and submit a pull request to the main repository.
|
|
|
|
## Contribution Guidelines
|
|
|
|
- Ensure your contributions align with the repository's themes and purposes.
|
|
- Include detailed descriptions and justifications for your changes.
|
|
- Follow the repository's coding and formatting standards.
|
|
|
|
## Template for Submissions
|
|
|
|
Use the following template for submitting new content:
|
|
|
|
```markdown
|
|
# Title
|
|
|
|
## Introduction
|
|
|
|
Introduce the main theme or question of your contribution.
|
|
|
|
## Body
|
|
|
|
- **Section 1**: Detailed description or narrative.
|
|
- **Section 2**: Additional insights or reflections.
|
|
|
|
## Conclusion
|
|
|
|
Summarize the key points and any final reflections.
|