Skip to content

Latest commit

 

History

History
44 lines (30 loc) · 1.85 KB

CONTRIBUTING.md

File metadata and controls

44 lines (30 loc) · 1.85 KB

Contributing to RDO.GG

Thank you for considering contributing to RDO.GG! This document outlines some basic information to help you get started with contributing.

Getting Started

To contribute, you'll need to have Git installed on your machine. You can download and install Git from here.

To start contributing, you can follow these steps:

  1. Fork the repository by clicking the "Fork" button on the top-right corner of the GitHub page.
  2. Clone the repository to your local machine using the following command in your terminal or command prompt:
git clone https://github.com/your-username/RDO-GG.git
  1. Create a new branch for your changes using the following command:
git checkout -b your-branch-name
  1. Make your changes and commit them using the following commands:
git add .
git commit -m "Add your commit message here"
  1. Push your changes to your forked repository using the following command:
git push origin your-branch-name
  1. Create a pull request by visiting the original repository and clicking the "New pull request" button.

Reporting Bugs or Requesting Features

If you encounter a bug or have a feature request, please open an issue on the GitHub repository page. When opening an issue, please provide as much detail as possible, including the steps to reproduce the bug or a detailed description of the feature request.

Code of Conduct

This project has a Code of Conduct that outlines how we expect contributors to behave. Please review it before making any contributions.

License

By contributing to RDO.GG, you agree that your contributions will be licensed under the MIT License.