-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #57 from MindfulAI-Copilots-Bots/FabianaCampanari-…
…patch-1 Update CONTRIBUTING.MD
- Loading branch information
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,26 @@ | ||
|
||
<h1>Contributing to Fabiana Campanari's Project</h1> | ||
|
||
<p>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!</p> | ||
|
||
<h2>How to Contribute</h2> | ||
|
||
<ol> | ||
<li>Fork the repository. This creates a copy of the project in your own GitHub account.</li> | ||
<li>Clone the repository. This downloads the repository to your local computer.</li> | ||
<li>Create a branch. This creates a space for you to work on your changes.</li> | ||
<li>Make your changes. Add, edit, or delete whatever you think is necessary.</li> | ||
<li>Commit your changes. This saves your changes in your branch.</li> | ||
<li>Push your changes. This uploads your changes to your repository on GitHub.</li> | ||
<li>Create a Pull Request. This sends your changes for review.</li> | ||
</ol> | ||
|
||
<h2>Code of Conduct</h2> | ||
|
||
<p>We ask that all contributors follow our <a href="CODE_OF_CONDUCT.md">Code of Conduct</a>, which sets expectations for the community in terms of respectful and inclusive behavior.</p> | ||
|
||
<h2>Questions?</h2> | ||
|
||
<p>If you have any questions, feel free to open an Issue. We'll do our best to help you!</p> | ||
|
||
<br> |