Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move config out of src #683

Merged
merged 1 commit into from
Nov 18, 2020
Merged

Move config out of src #683

merged 1 commit into from
Nov 18, 2020

Conversation

johnschoeman
Copy link
Contributor

@johnschoeman johnschoeman commented Nov 18, 2020

Why:
Currently our build process includes certain files that are expected to
be overwritten with files from a remote repo. Some of these files are in
our src/ folder which makes git management a pain when testing various
builds locally and it is also not intuitive to new contributors during
thier on boarding how these files are intended to be used. We would like
to make this process more clear and easier to maintain.

This commit:
Moves the configurable files out of ./src/configuration/ and into
./config as to better separate from the source code.

Why:
Currently our build process includes certain files that are expected to
be overwritten with files from a remote repo. Some of these files are in
our src/ folder which makes git management a pain when testing various
builds locally and it is also not intuitive to new contributors during
their on boarding how these files are intended to be used. We would like
to make this process more clear and easier to maintain.

This commit:
Moves the configurable files out of ./src/configuration/ and into
./config as to better separate from the source code.
@johnschoeman johnschoeman merged commit f6eb424 into develop Nov 18, 2020
@johnschoeman johnschoeman deleted the jts-refactor-config branch November 18, 2020 20:06
tokumori pushed a commit to AlohaSafe/gaen-mobile that referenced this pull request Nov 19, 2020
Why:
Currently our build process includes certain files that are expected to
be overwritten with files from a remote repo. Some of these files are in
our src/ folder which makes git management a pain when testing various
builds locally and it is also not intuitive to new contributors during
their on boarding how these files are intended to be used. We would like
to make this process more clear and easier to maintain.

This commit:
Moves the configurable files out of ./src/configuration/ and into
./config as to better separate from the source code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant