Skip to content

Latest commit

 

History

History
68 lines (53 loc) · 2.48 KB

CONTRIBUTING.md

File metadata and controls

68 lines (53 loc) · 2.48 KB

Contributors Guide 🔨

✨Welcome to my open source project✨ 😳

I'm thrilled that you're interested in contributing to astro-memory. This document is your starting point to understand how you can get involved and make a positive impact.


Read on to learn how you can contribute, whether it's through code, documentation, bug reports, or simply sharing your thoughts. I believe that every contribution counts, no matter how big or small. Thank you for being a part of astro-memory's journey!

💥Create your first Pull Request💥

  1. Open a terminal
  2. cd into your desktop
  3. Create a folder
  4. cd into the folder
  5. Open folder in text editor:
code .
  1. Open terminal in text editor
  2. Fork repo to your GitHub account
  3. In text editor clone repo into folder:
git clone https://github.com/your-github-username/astro-memory.git
  1. cd into the project directory
cd astro-memory
  1. Make your changes to the source code
  2. Save your changes
  3. Create a new branch
git checkout -b name-of-branch
  1. Stage your changes
git add .
  1. Commit your changes
git commit -m "your-commit-message"
  1. Push your changes to remote repo:
git push origin name-of-branch
  1. In your GitHub account click on Compare & pull request
  2. Add a title and description to your PR discribing your changes along with any Screenshots
  3. Click on Create pull request

Congratulations🎈 you've made your first PR to astro-memory!!

Just sit tight and wait for your request to be reviewed and accepted by a maintainer.. if you have any questions please let me know in the comments.

Your contribution means a lot – thank you! 😃

Our Commitment to a Respectful Community 😇

Please maintain our project's code of conduct whilst contributing.

We are committed to fostering an inclusive and respectful environment where all contributors feel safe and empowered to collaborate. Discrimination, harassment, and disrespectful behavior have no place here. Let's work together to create a positive space where diverse perspectives are celebrated, and everyone can contribute effectively.

License 📄

By making contributions to astro-match, you acknowledge and agree to the terms of the MIT. This license governs the use, modification, and distribution of your contributions and the project as a whole. Please review the full license document before submitting any contributions.