From b470e3626890fd17090cb02a864548d5a3af4a74 Mon Sep 17 00:00:00 2001 From: Fabiana Campanari Date: Wed, 7 Feb 2024 22:23:37 -0300 Subject: [PATCH] Update CONTRIBUTING.MD Signed-off-by: Fabiana Campanari --- CONTRIBUTING.MD | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/CONTRIBUTING.MD b/CONTRIBUTING.MD index 8b13789..cdaec46 100644 --- a/CONTRIBUTING.MD +++ b/CONTRIBUTING.MD @@ -1 +1,26 @@ +

Contributing to Fabiana Campanari's Project

+ +

Hello! I am very glad that you're interested in contributing to Fabiana Campanari's project. Whether you're an experienced programmer or making your first open source contribution, everyone is welcome!

+ +

How to Contribute

+ +
    +
  1. Fork the repository. This creates a copy of the project in your own GitHub account.
  2. +
  3. Clone the repository. This downloads the repository to your local computer.
  4. +
  5. Create a branch. This creates a space for you to work on your changes.
  6. +
  7. Make your changes. Add, edit, or delete whatever you think is necessary.
  8. +
  9. Commit your changes. This saves your changes in your branch.
  10. +
  11. Push your changes. This uploads your changes to your repository on GitHub.
  12. +
  13. Create a Pull Request. This sends your changes for review.
  14. +
+ +

Code of Conduct

+ +

We ask that all contributors follow our Code of Conduct, which sets expectations for the community in terms of respectful and inclusive behavior.

+ +

Questions?

+ +

If you have any questions, feel free to open an Issue. We'll do our best to help you!

+ +