Skip to content

Commit 0454df1

Browse files
authored
Merge pull request #1 from CodeShellDev/dev
updated Contribution "Policy"
2 parents 0eb791b + be7cf54 commit 0454df1

File tree

2 files changed

+28
-9
lines changed

2 files changed

+28
-9
lines changed

.github/templates/README.template.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,11 @@ And for the Redirect Uri set it to the one from your `.env` file.
3333
Next create `init-mongo.js` in your working directory:
3434

3535
```js
36-
{ { file.examples/init-mongo.js } }
36+
{
37+
{
38+
file.examples / init - mongo.js
39+
}
40+
}
3741
```
3842

3943
### Reverse Proxy
@@ -52,6 +56,15 @@ where you will be able to select your mailbox, mailauth changes the `email` clai
5256

5357
## Contributing
5458

59+
Found an Issue or want to see something implemented into Mailauth?
60+
Open up an Issue or start a Pull Request!
61+
62+
But always be respectful and patient, we are all volunteers after all.
63+
64+
## Supporting
65+
66+
Found this Project useful? Let others know about Mailauth by ⭐️ this Repo!
67+
5568
## License
5669

5770
[MIT](https://choosealicense.com/licenses/mit/)

README.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -127,14 +127,11 @@ And for the Redirect Uri set it to the one from your `.env` file.
127127
Next create `init-mongo.js` in your working directory:
128128

129129
```js
130-
// This is only for initializing the db and creating the mailauth user
131-
132-
db = db.getSiblingDB("mailauth")
133-
db.createUser({
134-
user: "mailauth",
135-
pwd: "SECURE_PW", // This should match the one in your env
136-
roles: [{ role: "readWrite", db: "mailauth" }],
137-
})
130+
{
131+
{
132+
file.examples / init - mongo.js
133+
}
134+
}
138135
```
139136

140137
### Reverse Proxy
@@ -208,6 +205,15 @@ where you will be able to select your mailbox, mailauth changes the `email` clai
208205

209206
## Contributing
210207

208+
Found an Issue or want to see something implemented into Mailauth?
209+
Open up an Issue or start a Pull Request!
210+
211+
But always be respectful and patient, we are all volunteers after all.
212+
213+
## Supporting
214+
215+
Found this Project useful? Let others know about Mailauth by ⭐️ this Repo!
216+
211217
## License
212218

213219
[MIT](https://choosealicense.com/licenses/mit/)

0 commit comments

Comments
 (0)