Contributing to Cloud Resource Logger

Thank you for considering contributing to Cloud Resource Logger! We welcome contributions from the community to help improve the project. This document provides guidelines for contributing to the project.

How to Contribute

  1. Fork the Repository: Start by forking the Cloud Resource Logger repository to your own GitHub account.

  2. Clone Your Fork: Clone the repository to your local machine:

   git clone https://github.com/imInde09/cloud-resource-logger.git
  1. Create a Branch: Create a new branch for your changes:
   git checkout -b my-feature-branch
  1. Make Changes: Implement your changes. Be sure to write clear, concise commit messages.

  2. Test Your Changes: Run tests to ensure your changes don’t break the functionality. Make sure to test any new features you add.

  3. Commit Your Changes: Commit your changes with a descriptive message:

   git commit -am 'Add new feature or fix issue'
  1. Push to GitHub: Push your changes to your forked repository:
   git push origin my-feature-branch
  1. Create a Pull Request: Open a pull request on the original repository. Provide a clear description of the changes you made and why they are valuable.

Coding Standards

Reporting Issues

If you find a bug or have a feature request, please open an issue on the GitHub repository.

Usage

Refer to the README for usage instructions and command examples.