From 49141cc4e58f4230df6e7d2aec3d947d8713b44e Mon Sep 17 00:00:00 2001 From: Aniket Sarkar Date: Wed, 11 Aug 2021 14:45:00 +0530 Subject: [PATCH] update README.md --- CONTRIBUTING.md | 23 +++++++++++++++++++++++ README.md | 4 ++-- 2 files changed, 25 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e69de29..7b29717 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -0,0 +1,23 @@ +Contributing to flask-mailing +========================================= + +We welcome contributions to [flask-mailing](https://github.com/marktennyson/flask-mailing) + +Issues +------ + +Feel free to submit issues and enhancement requests. + +[Flask-Mailing Issues](https://github.com/marktennyson/flask-mailing/issues) + +Contributing +------------ +Please refer to each project's style and contribution guidelines for submitting patches and additions. In general, we follow the "fork-and-pull" Git workflow. + + 1. **Fork** the repo on GitHub + 2. **Clone** the project to your own machine + 3. **Commit** changes to your own branch + 4. **Push** your work + 5. Submit a **Pull request** so that we can review your changes + +NOTE: Be sure to merge the latest from `upstream` before making a pull request! \ No newline at end of file diff --git a/README.md b/README.md index a215c7b..6850a8c 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ async def simple_send() -> JSONResponse: ## List of Examples -For more examples of using flask-mailing please check [example](https://marktennyson.github.io/flask-mailing/flask-mailing/example/) section +For more examples of using flask-mailing please check [example](https://marktennyson.github.io/flask-mailing/example/) section # Contributing Feel free to open issues and send pull requests. @@ -95,7 +95,7 @@ Thanks goes to these wonderful people ([🚧]): This project follows the [all-contributors](https://allcontributors.org) specification. Contributions of any kind are welcome! -Before you start please read [CONTRIBUTING](https://github.com/marktennyson/flask-mailing/blob/master/CONTRIBUTING.md) +Before you start please read [CONTRIBUTING](https://github.com/marktennyson/flask-mailing/blob/main/CONTRIBUTING.md)