Skip to content

Latest commit

 

History

History
48 lines (30 loc) · 1.41 KB

CONTRIBUTING.md

File metadata and controls

48 lines (30 loc) · 1.41 KB

Contributing to GraphDB AWS Terraform Module

Here are a few guidelines to help you get started.

Getting Started

  1. Fork this repository.
  2. Clone your forked repository to your local machine.
  3. Create a new branch for your changes: git checkout -b feature/my-new-feature.
  4. Make your changes and test them thoroughly.
  5. Commit your changes: git commit -m "Add some feature".
  6. Push your changes to your fork: git push origin feature/my-new-feature.
  7. Create a pull request from your branch to the main repository's main branch.

Code Style

Make sure your code follows our and Terraform coding styles.

Tests

If applicable, add or update tests to ensure your changes work as intended.

Documentation

If your changes introduce new features, update the documentation to reflect those changes.

Commit Message Guidelines

Please use meaningful commit messages. Follow the format:

[Type] Short description

Longer description of the changes, especially whys.

Types: [Feature], [Fix], [Docs], [Refactor], [Chore], [Style]

Pull Request Checklist

  • I have tested these changes thoroughly.
  • My code follows the project's coding style.
  • I have added appropriate comments to my code, especially in complex areas.
  • All new and existing tests passed locally.

Feedback

Feedback and suggestions are welcome! Feel free to open an issue if you have any questions or ideas.