github.com/fiatjaf/generic-ristretto@v0.0.1/.github/PULL_REQUEST_TEMPLATE.md (about)

     1  <!--
     2   Change Github PR Title 
     3  
     4   Your title must be in the following format: 
     5   - `topic(Area): Feature`
     6   - `Topic` must be one of `build|ci|docs|feat|fix|perf|refactor|chore|test`
     7  
     8   Sample Titles:
     9   - `feat(Enterprise)`: Backups can now get credentials from IAM
    10   - `fix(Query)`: Skipping floats that cannot be Marshalled in JSON
    11   - `perf: [Breaking]` json encoding is now 35% faster if SIMD is present
    12   - `chore`: all chores/tests will be excluded from the CHANGELOG
    13   -->
    14  
    15  ## Problem
    16   <!--
    17   Please add a description with these things:
    18   1. Explain the problem by providing a good description.
    19   2. If it fixes any GitHub issues, say "Fixes #GitHubIssue".
    20   3. If it corresponds to a Jira issue, say "Fixes DGRAPH-###".
    21   4. If this is a breaking change, please prefix `[Breaking]` in the title. In the description, please put a note with exactly who these changes are breaking for.
    22   -->
    23  
    24  ## Solution
    25   <!--
    26   Please add a description with these things:
    27   1. Explain the solution to make it easier to review the PR.
    28   2. Make it easier for the reviewer by describing complex sections with comments.
    29   -->