Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 1.87 KB

CONTRIBUTING.md

File metadata and controls

60 lines (37 loc) · 1.87 KB

Contributing to amnucry - Armenian Phone Numbers Database

Thank you for considering contributing to amnucry! By contributing, you help improve and maintain a valuable resource for educational purposes.

Reporting Issues

If you find any issues or have suggestions for improvements, please open an issue on GitHub. When reporting issues, provide detailed information, steps to reproduce, and any relevant screenshots.

Contributing Code

If you want to contribute code to the project, please follow these steps:

  1. Fork the repository.

  2. Create a new branch for your feature or bug fix.

    git checkout -b feature/your-feature-name
    git checkout -b bugfix/your-bugfix-name
  3. Make your changes, ensuring that your code follows the project's coding standards.

  4. Test your changes thoroughly.

  5. Commit your changes.

    git commit -m "Add your commit message here"
  6. Push your changes to your fork.

    git push origin feature/your-feature-name
    git push origin bugfix/your-bugfix-name
  7. Open a pull request to the main branch of the main repository.

Code Style

Please follow the existing code style and conventions used in the project. If there are no specific coding standards mentioned, try to match the style of the surrounding code.

Code Review

All contributions will go through a code review process. Be open to feedback and willing to make changes if necessary.

Licensing

By contributing, you agree that your contributions will be licensed under the Apache License 2.0.

Additional Resources

For any questions or discussions, feel free to reach out to the project maintainer: Alik Paranyan.

Thank you for contributing to amnucry! 🚀