Setup
Epitaphis runs on a LAMP stack so make sure you have one set up before trying to setup the site
the database structure is stored in resources/db_schema. Please import it when it is updated and export it when you make changes.
If you need help with git please reference guides like this
Getting Started
When contributing code make sure you are on your own branch. Instead of pushing to master, please create merge requests instead.
When you find issues or think of ideas, create an issue for them on the gitlab site. Don't be afraid to assign them to someone else or create new labels.
When you are unsure of what to work on, pick up a gitlab issue and assign it to yourself so no one else begins working on it.
Creating merge requests
Merge requests must be made through GitLab.
Updating your branch
If you find your branch is behind master and want to update it, run
git merge master
git push
when on your branch.
Note: Make sure you commit and push all changes before merging, or you will face merge conflicts.
Log in or sign up for Devpost to join the conversation.