Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Discuss Data Project
Discuss Data
Commits
8e434e2e
Commit
8e434e2e
authored
Jan 16, 2020
by
hynek
🤤
Browse files
docs(contributing): begin explaining contribution process
parent
624490b7
Changes
3
Hide whitespace changes
Inline
Side-by-side
CONTRIBUTING.rst
0 → 100644
View file @
8e434e2e
============================
Contributing to Discuss Data
============================
As an open source project, Discuss Data welcomes contributions of many forms.
Examples of contributions include:
* Code patches
* Documentation improvements
* Bug reports and patch reviews
CONTRIBUTORS.txt
View file @
8e434e2e
Felix Herrmann, Stefan Hynek, Ubbo Veentjer
Felix Herrmann
Stefan Hynek
Ubbo Veentjer
merge_production_dotenvs_in_dotenv.py
View file @
8e434e2e
...
...
@@ -4,9 +4,7 @@ from typing import Sequence
import
pytest
ROOT_DIR_PATH
=
os
.
path
.
dirname
(
os
.
path
.
realpath
(
__file__
))
PRODUCTION_DOTENVS_DIR_PATH
=
os
.
path
.
join
(
ROOT_DIR_PATH
,
".envs"
,
".production"
)
PRODUCTION_DOTENVS_DIR_PATH
=
os
.
path
.
join
(
ROOT_DIR_PATH
,
".envs"
,
".production"
)
PRODUCTION_DOTENV_FILE_PATHS
=
[
os
.
path
.
join
(
PRODUCTION_DOTENVS_DIR_PATH
,
".django"
),
os
.
path
.
join
(
PRODUCTION_DOTENVS_DIR_PATH
,
".postgres"
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment