Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ldes89150 committed Jun 2, 2024
1 parent e93f902 commit 8f79ccc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions docs/contributing.md → CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,23 +27,32 @@ If you find a bug or have a feature request, please create an issue on our [GitH
We welcome contributions in the form of pull requests (PRs). Here is how you can submit your changes:

1. **Fork the repository**: Click the "Fork" button on the top right corner of the repository page.

2. **Clone your fork**:

```bash
git clone https://github.com/QITI/pySLM2.git
```

3. **Create a new branch**:

```bash
git checkout -b your-feature-branch
```

4. **Make your changes**: Implement your feature, fix the bug, or improve the documentation.

5. **Commit your changes**:

```bash
git commit -m "Description of the changes"
```
6. **Push to your fork**:

```bash
git push origin your-feature-branch
```

7. **Submit a pull request**: Go to the original repository, click the "New Pull Request" button, and follow the instructions.

**Please make sure your pull request:**
Expand Down
2 changes: 1 addition & 1 deletion docs/contributing_link.rst
Original file line number Diff line number Diff line change
@@ -1 +1 @@
.. mdinclude:: contributing.md
.. mdinclude:: ../CONTRIBUTING.md

0 comments on commit 8f79ccc

Please sign in to comment.