]> Repositories - Adafruit_Blinka-hackapet.git/blob - .github/release-drafter.yml
Merge pull request #704 from makermelissa/main
[Adafruit_Blinka-hackapet.git] / .github / release-drafter.yml
1 # SPDX-FileCopyrightText: 2023 Melissa LeBlanc-Williams, written for Adafruit Industries
2 #
3 # SPDX-License-Identifier: MIT
4
5 categories:
6   - title: "New Boards"
7     collapse-after: 1
8     labels:
9       - "New Board Request"
10 change-template: "- $TITLE #$NUMBER by @$AUTHOR"
11 template: |
12   ## What's Changed
13
14   $CHANGES
15
16   To use in CPython, `pip3 install adafruit-blinka`.
17
18   Read the [docs](https://circuitpython.readthedocs.io/projects/blinka/en/latest/) for info on how to use it.