Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 1.22 KB

CONTRIBUTING.md

File metadata and controls

23 lines (14 loc) · 1.22 KB

Contributing to Alveus.gg

Hey there! Welcome to Alveus.gg! Here's some things to keep in mind before you get started.

Questions

If you're looking to work on an issue but have a question about it or are generally unsure about how to approach it, reach out in that specific issue and folks will be able to help.

For general questions about the project unrelated to a specific issue, please start a discussion (or file an issue if you believe what you're asking is something actionable in code).

Development

Dev Environment

  • To start a local dev environment, follow this guide.
  • To setup a production instance of the website, follow this guide
  • Overview of architecture, refer to systems overview.
  • More detailed overview the architecture, refer to #9.

Commit Messages

  • Try to keep your commits to small units of change. Prefering more commits over less.
  • Please keep your commit message to a concise message that clearly explains the change made.