0
0
mirror of https://github.com/thunderbird/thunderbird-android.git synced 2024-09-19 19:52:14 +02:00

Merge pull request #7802 from thunderbird/change-adr-template

Change ADR template
This commit is contained in:
Wolf-Martell Montwé 2024-05-02 16:51:33 +00:00 committed by GitHub
commit 412e292b54
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 21 additions and 3 deletions

View File

@ -1,4 +1,11 @@
# [NNNN] - [Descriptive Title in Title Case]
# [Descriptive Title in Title Case]
- Issue: [#NNNN](https://github.com/thunderbird/thunderbird-android/issues/NNNN)
- Pull Request: [#NNNN](https://github.com/thunderbird/thunderbird-android/pull/NNNN)
<!-- optional in case there are follow-up issues
- Tracking Issue: [#NNNN](https://github.com/thunderbird/thunderbird-android/issues/NNNN)
-->
## Status

View File

@ -1,4 +1,6 @@
# 0001 - Switch from Java to Kotlin
# Switch from Java to Kotlin
- Pull Request: [#7221](https://github.com/thunderbird/thunderbird-android/pull/7221)
## Status

View File

@ -1,4 +1,6 @@
# 0002 - UI - Wrap Material Components in Atomic Design System
# UI - Wrap Material Components in Atomic Design System
- Pull Request: [#7221](https://github.com/thunderbird/thunderbird-android/pull/7221)
## Status

View File

@ -1,5 +1,7 @@
# Switch Test Assertions from Truth to assertk
- Pull Request: [#7242](https://github.com/thunderbird/thunderbird-android/pull/7242)
## Status
- **Accepted**

View File

@ -1,5 +1,7 @@
# Naming Conventions for Interfaces and Their Implementations
- Pull Request: [#7794](https://github.com/thunderbird/thunderbird-android/pull/7794)
## Status
- **Accepted**

View File

@ -17,6 +17,9 @@ We adhere to Michael Nygard's [ADR format proposal](https://cognitect.com/blog/2
where each ADR document should contain:
1. **Title**: A short descriptive name for the decision.
1. **Link to Issue**: A link to the issue that prompted the decision.
2. **Link to Pull Request**: A link to the pull request that implements the ADR.
3. **Link to Tracking Issue**: A link to the tracking issue, if applicable.
2. **Status**: The current status of the decision (proposed, accepted, rejected, deprecated, superseded)
3. **Context**: The context that motivates this decision.
4. **Decision**: The change that we're proposing and/or doing.