Skip to content

Commit

Permalink
Merge pull request #17 from sageteamorg/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
sepehr-akbarzadeh authored Jul 24, 2024
2 parents 1b0aa80 + 5c1615c commit d84fbf3
Show file tree
Hide file tree
Showing 6 changed files with 240 additions and 222 deletions.
2 changes: 2 additions & 0 deletions .codespellrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[codespell]
ignore-words-list = astroid,
14 changes: 7 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Contributing to django-sage-email
# Contributing to python-sage-imap

Thank you for considering contributing to `django-sage-email`! We welcome contributions from the community to help make this project better.
Thank you for considering contributing to `python-sage-imap`! We welcome contributions from the community to help make this project better.

## Table of Contents

- [Contributing to django-sage-email](#contributing-to-django-sage-email)
- [Contributing to pyhton-sage-imap](#contributing-to-python-sage-imap)
- [Table of Contents](#table-of-contents)
- [Getting Started](#getting-started)
- [Running Tests](#running-tests)
Expand All @@ -19,13 +19,13 @@ Thank you for considering contributing to `django-sage-email`! We welcome contri

1. **Fork the repository on GitHub**:

Go to the [django-sage-email](https://github.com/your-username/django-sage-email) repository and click on the "Fork" button in the top-right corner.
Go to the [python-sage-imap](https://github.com/your-username/python-sage-imap) repository and click on the "Fork" button in the top-right corner.

2. **Clone your fork locally**:

```bash
git clone https://github.com/your-username/django-sage-email.git
cd django-sage-email
git clone https://github.com/your-username/python-sage-imap.git
cd pyhton-sage-imap
```

3. **Install dependencies using Poetry**:
Expand Down Expand Up @@ -122,7 +122,7 @@ The pre-commit configuration is defined in the `.pre-commit-config.yaml` file. M

If you find a bug or have a feature request, please open an issue on GitHub. Provide as much detail as possible to help us understand and address the issue:

1. **Go to the [Issues](https://github.com/your-username/django-sage-email/issues) section of the repository.**
1. **Go to the [Issues](https://github.com/your-username/python-sage-imap/issues) section of the repository.**
2. **Click on "New issue".**
3. **Fill out the issue template with relevant details.**

Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTORS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Contributors

We would like to thank the following people for their contributions to the `django-sage-email` project:
We would like to thank the following people for their contributions to the `python-sage-imap` project:

## Core Contributors

Expand Down
Loading

0 comments on commit d84fbf3

Please sign in to comment.