Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 2.64 KB

CONTRIBUTING.md

File metadata and controls

65 lines (45 loc) · 2.64 KB

Contributing to Christmas Meme Calender

Thank you for considering contributing to Christmas Meme Calender! We appreciate your interest in making this project better.

The following is a set of guidelines for contributing to this project. Please take a moment to review this document before making contributions to ensure a smooth and effective collaboration.

Code of Conduct

Before we get started, please read and adhere to our Code of Conduct. We expect all contributors to follow this code to create a welcoming and respectful environment for everyone.

Getting Started

  1. Make sure you have a GitHub account.
  2. Fork the repository on GitHub.
  3. Clone the forked repository to your local machine.
git clone https://github.com/your-username/[Your Project Name].git
cd [Your Project Name]
  1. Set up the development environment as described in the project's README.

Making Changes

  1. Create a new branch for your feature/bugfix/improvement.
git checkout -b feature/your-feature-name
  1. Make your changes, following the project's coding style and guidelines.
  2. Test your changes to ensure they work as intended.
  3. Commit your changes with clear and concise messages.
git commit -m "Add your descriptive commit message here"
  1. Push your changes to your GitHub fork.
git push origin feature/your-feature-name
  1. Create a Pull Request (PR) to the original repository's main branch. Be sure to provide a clear and descriptive title and description for your PR.

Pull Request Guidelines

  • Make sure your PR addresses a specific issue or feature request. If none exists, create one first.
  • Include a clear and detailed description of the changes you've made in your PR.
  • Keep your PR focused on a single feature or bugfix. If you have multiple unrelated changes, create separate PRs.
  • Ensure your code adheres to the project's coding standards.
  • Test your changes thoroughly to ensure they work as expected.

Review Process

The maintainers will review your PR and may provide feedback or request changes. Please be responsive to comments and update your PR as needed.

Code of Conduct Violations

If you believe someone is violating our Code of Conduct, please report it by emailing contact@miscgang.xyz.

License

By contributing to this project, you agree that your contributions will be licensed under the project's LICENSE.

Thank you for your contribution!

Philip Guldborg philip.guldborg@miscgang.xyz