Skip to content

Latest commit

 

History

History
84 lines (60 loc) · 3.69 KB

CONTRIBUTING.md

File metadata and controls

84 lines (60 loc) · 3.69 KB

✨ Contributors Guide ✨

Welcome to Cansat-Ground-Station project! 😍
We appreciate your interest in contributing.😊
This guide will help you get started with the project and make your first contribution.

Line

🌟Tech Stack

Our website is built using the following technologies:

  • TypeScript:specifying the types of data being passed around within the code.
  • HTML: Structure and content of web pages.
  • CSS: Styling and layout of web pages.
  • JavaScript: Adding interactivity and dynamic features.
  • Python: build software, automate tasks, and analyze data.

Line

🌟What you can Contribute 🤔

There are several ways you can contribute to this project:

  • Reporting bugs and issues
  • Requesting new features
  • Fixing bugs and implementing new features
  • through pull requests
  • Improving documentation
  • Providing feedback and suggestions

Line

🌟How to Contribute?

  • Drop a Star ⭐ in this repo
  • Take a look at the existing Issues.
  • Fork the Repo & create a branch for any issue that you are working on and commit your work.
  • At first raise an issue in which you want to work
  • Then after assigning only then work on that issue & make a PR
  • Create a Pull Request, which will be promptly reviewed and given suggestions for improvements by the community.
  • REMINDER: Don't raise more than 2 Issue at a time
  • IMPORTANT: Don't make any type of Pull Request until & unless you get assigned to an Issue
  • Add screenshots or screen captures to your Pull Request to help us understand the effects of the changes that are included in your commits.

Line

Submitting a Pull Request 🚀

1. Fork the repository and clone it to your local machine. 2. Create a new branch for your feature or bug fix:

git checkout -b feature/my-feature

3. Make your changes and ensure they follow the project's coding style.

4. Commit your changes with descriptive commit messages:

git commit -am "Add a new feature"

5. Push your branch to your fork:

git push origin feature/my-feature

6. Finally, open a pull request on the original repository's main branch. 7. Submit a Pull Request: Go to your forked repository on GitHub and submit a pull request. Be sure to provide a detailed description of your changes and why they are necessary. 8. Congratulations! You've made your first contribution! 🙌🏼

Thank you for contributing💗

Line

⚡ Important Guidelines

  • The contributors will be allowed to work on the issue ONLY after it has been assigned to them.
  • The contributions will be counted only for the time period of the event, after the time period ends contributions can be taken in but wont be counted for the final evaluation.
  • Tampering or any unethical behaviour to the files or other participants will result in immediate disqualification.
  • Each PR must be associated with only ONE issue.
  • Don't open pull requests with minor text edits on other people's repositories.
  • Don't create multiple issue request for one issue.