Skip to content

Commit b0c95d3

Browse files
author
Kátia Nakamura
committed
contributing: add CONTRIBUTING file
1 parent c3484b8 commit b0c95d3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CONTRIBUTING.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
==========================================================================
2+
3+
Contributing to PyCon Balkan website
4+
==========================================================================
5+
6+
PyCon Balkan website is an open source project and welcomes contributions.
7+
8+
To start contributing, fork/clone the project, install all the requirements and create a file named
9+
`.env` in the project's root.
10+
11+
Inside of the `.env` file added:
12+
```
13+
SECRET_KEY={create_and_add_your_own_SECRET_KEY_here_with_no_spaces}
14+
DEBUG=True
15+
```

0 commit comments

Comments
 (0)