Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 2.35 KB

CONTRIBUTING.md

File metadata and controls

42 lines (29 loc) · 2.35 KB

Contributing to the Dual Power App

  • If you'd like to be actively involved with the team, you can contact us to join the Basecamp, and we'll get you set up to join calls, chat with us about the vision, ideas, and design, and get access to more documentation and ways to collaborate.
  • Anyone outside the team is welcome to collaborate with us through issues and pull requests.

Tech stack

Stack's website is a Next.js app written in TypeScript and built on Vercel. The mobile app will likely be a Capacitor project

You can follow along with Stack through our open design + build for Dual Power App.

Working on the Next.js client

  • CSS: YUse Windi CSS. If you find yourself repeating the same set of classes, consider adding an alias.

Getting started

  1. Make sure to read BSA's strategy if you're not familiar with BSA Open Tech Development.
  2. Set up commit signing

Writing commit messages

This commit, in which I add this section of this document, might look like: docs(contrib): #17 add conventional commits

If I was doing this from a fork, I would instead say: docs(contrib): BSA-US/dual-power-app#17 add conventional commits

Submitting a pull request

  1. Test your work
  2. Bring your work up to date by rebasing it onto this repo's main branch (see below)
  3. Test your work again
  4. Create a pull request
  5. Summarize your changes and mention any relevant issues
  6. Submit your PR