Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.68 KB

CONTRIBUTING.md

File metadata and controls

35 lines (26 loc) · 1.68 KB

Contributing Guidelines

Thank you for considering contributing to the ASCII Art Web project! We welcome contributions from everyone.

How to Contribute

To contribute to the project, follow these steps:

  1. Fork the repository: ASCII Art Web.
  2. Clone your forked repository to your local machine:
    git clone https://github.com/your-username/ascii-art-web.git
  3. Create a new branch for your changes:
    git checkout -b feature/your-feature-name
  4. Make your changes and commit them:
    git add .
    git commit -m "Add your commit message here"
  5. Push your changes to your forked repository:
    git push origin feature/your-feature-name
  6. Open a pull request on the original repository's master branch.

Code Style Guidelines

When contributing code, please adhere to the following guidelines:

  • Follow the existing code style and formatting conventions.
  • Write clear and descriptive commit messages.
  • Make sure your code is well-documented.

Reporting Issues

If you encounter any issues or have suggestions for improvements, please open an issue on the GitHub repository. When reporting issues, please provide detailed information about the problem and steps to reproduce it.

Code Review Process

All contributions will go through a review process before being merged. Contributors are encouraged to review each other's pull requests and provide constructive feedback.

License

By contributing to the ASCII Art Web project, you agree that your contributions will be licensed under the MIT License.