Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 893 Bytes

CONTRIBUTING.md

File metadata and controls

39 lines (25 loc) · 893 Bytes

Contributing to CojocaruDavid.me

We welcome contributions to improve this project! Please follow these guidelines when contributing.

Getting Started

  1. Fork the repository.

  2. Clone your fork:

    git clone https://github.com/your-username/cojocarudavid.me.git
  3. Create a new branch for your feature or bug fix:

    git checkout -b feature-name

Making Changes

  • Ensure your code follows the project's coding style and conventions.
  • Write clear and concise commit messages.
  • Test your changes thoroughly.

Submitting Changes

  1. Push your branch to your fork:

    git push origin feature-name
  2. Open a pull request on GitHub.

  3. Provide a detailed description of your changes and the problem they solve.

Code of Conduct

By participating in this project, you agree to abide by the Code of Conduct.