-
Notifications
You must be signed in to change notification settings - Fork 11
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
Feature/contributors guide #130
Conversation
- use modern compose file naming convention - update makefile, usage in readme and GH workflow
- use same naming and order for both files
6b8ee0a
to
ff9fc09
Compare
The compose.dev.yml defaults to starting prebuilt containers from the development branch. However the makefile target `dev` starts docker for local development. I renamed the file to compose.prod.yml to better reflect that its used to run the site on remote VM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great start @izzyyhh. I think we should merge this.
As mentioned I woud like to see further documentation on how to properly setup Strapi for basic features of this relaunch in order to be able to really start working with the application. Once documentation, automation should follow so that new developers have a working state and don't have to deal with manual steps.
As a longtime vim user, thanks for all your efforts here! I hope it is okay to drop a couple async comments:
|
correction: s/neovim/neomutt/ |
- move developer info to CONTRIBUTING - move miro design up in the README
I linked the contribution guide from the README and removed some duplicate info. Keeping the documentation / design files closer to the repo is a good point. I can't comment on the branch strategy, but I agree it unnecessarily hides the development efforts of this project. |
Is there anything blocking this PR from being merged? (Or at least, anything that random drive-by contributions by people not in the core dev team could fix?) |
Not really, waiting for approval. Every contribution is helpful! |
Description
What type of PR is this? (check all applicable)