Skip to content

Commit 0841ed3

Browse files
authored
Merge pull request #9 from Eiromplays/development
Development
2 parents b2ddfae + 27918c2 commit 0841ed3

2 files changed

Lines changed: 18 additions & 11 deletions

File tree

.all-contributorsrc

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"projectName": "MailEase",
33
"projectOwner": "Eiromplays",
4-
"commitConvention": "none"
5-
}
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md"
8+
],
9+
"imageSize": 100,
10+
"commit": false,
11+
"commitConvention": "none",
12+
"contributors": [],
13+
"contributorsPerLine": 7,
14+
"linkToUsage": true
15+
}

README.md

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
</a>
55
</p>
66

7-
8-
97
<p align="center">
108
<img src="https://img.shields.io/github/contributors/Eiromplays/MailEase" alt="GitHub contributors" />
119
<img src="https://img.shields.io/github/discussions/Eiromplays/MailEase" alt="GitHub discussions" />
@@ -45,8 +43,6 @@ Include a concise explanation about the Tech Stack employed.
4543
- [src/MailEase/Providers/SendGrid](src/MailEase/Providers/SendGrid): Integration with SendGrid for email delivery.
4644
- [src/MailEase/Providers/Smtp](src/MailEase/Providers/Smtp): Integration with SMTP servers for email sending.
4745

48-
Note: The summary provided is based on the assumption of the project's structure and the directory names. The actual functionalities/components may vary.
49-
5046
## ⚙️ Setting Up (WIP)
5147

5248
#### WIP
@@ -59,18 +55,19 @@ Note: The summary provided is based on the assumption of the project's structure
5955
git clone https://github.com/Eiromplays/MailEase
6056
```
6157

62-
## 🙌 Contributors
58+
## ✨ Contributors
59+
60+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
6361

6462
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
6563
<!-- prettier-ignore-start -->
6664
<!-- markdownlint-disable -->
67-
6865
<!-- markdownlint-restore -->
6966
<!-- prettier-ignore-end -->
70-
7167
<!-- ALL-CONTRIBUTORS-LIST:END -->
7268

73-
## 📄 License
69+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
7470

75-
This project is licensed under the **MIT License** - see the [**MIT License**](https://github.com/Eiromplays/MailEase/blob/main/LICENSE) file for details.
71+
## 📄 License
7672

73+
This project is licensed under the **MIT License** - see the [**MIT License**](https://github.com/Eiromplays/MailEase/blob/main/LICENSE) file for details.

0 commit comments

Comments
 (0)