Skip to content

Commit

Permalink
Merge pull request #16 from ARYAN-NIKNEZHAD/bug/poetry
Browse files Browse the repository at this point in the history
🐛 debug/poetry
  • Loading branch information
sepehr-akbarzadeh authored Jul 24, 2024
2 parents 7bc6950 + df11fa5 commit 5c1615c
Show file tree
Hide file tree
Showing 5 changed files with 238 additions and 220 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,
12 changes: 6 additions & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Contributing to pyhton-sage-imap
# Contributing to python-sage-imap

Thank you for considering contributing to `pyhton-sage-imap`! 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 pyhton-sage-imap](#contributing-to-pyhton-sage-imap)
- [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,12 +19,12 @@ Thank you for considering contributing to `pyhton-sage-imap`! We welcome contrib

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

Go to the [pyhton-sage-imap](https://github.com/your-username/pyhton-sage-imap) 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/pyhton-sage-imap.git
git clone https://github.com/your-username/python-sage-imap.git
cd pyhton-sage-imap
```

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/pyhton-sage-imap/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
Loading

0 comments on commit 5c1615c

Please sign in to comment.