Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 936 Bytes

File metadata and controls

47 lines (29 loc) · 936 Bytes

Contributing

We'd love to accept your patches and contributions to this project.

Development

  • Clone the repository:

    git clone git@github.com:straw-hat-team/adr.git
  • Create a new branch:

    git checkout -b [my branch name]
  • Submit a pull request in GitHub.

Proposing a new ADR?

Make sure you have read the following ADRs:

Use the following command to get started:

mise run start_adr

Follow the template to proposal a new ADR.

Adding or moving a Tech Radar blip?

Read how the radar works first, then use the following command to get started:

mise run start_radar_item "Some Technology"

Code reviews

All submissions, including submissions by project members, require review. We use GitHub pull requests for this purpose.