Skip to content

Commit

Permalink
Updated CI config & issue templates
Browse files Browse the repository at this point in the history
- Initial support for GitHub CI workflows
- Cleanup for travis CI config
- Minor fixes for issue templates
  • Loading branch information
Nightwalker-87 committed Mar 27, 2021
1 parent b716b30 commit 61eae6c
Show file tree
Hide file tree
Showing 6 changed files with 337 additions and 91 deletions.
18 changes: 8 additions & 10 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
name: "Bug Report"
about: "Report a bug"
title: "[STM32 device name]: [_$YourTitle_]"
labels: ''
title: "[STM32 device name]: $YourTitle"
labels: ""
---

Thank you for giving feedback to the stlink project.
Expand All @@ -12,18 +12,17 @@ This bug report will be deleted without notice when not enough information is pr

- [ ] I made serious effort to avoid creating duplicate or nearly similar issue

In order to allow developers and other contributors to isolate and target your respective issue, please take some time to select the check boxes below
and fill out each of the following items appropriate to your specific problem.
In order to allow developers and other contributors to isolate and target your respective issue, please take some time to select the check boxes below and fill out each of the following items appropriate to your specific problem.

- [ ] Programmer/board type: [enter here] (e.g STLink /V1, /V2, /V2-onboard, /V2-clone, /V3)
- [ ] Programmer/board type: [enter here] (e.g STLINK /V1, /V2, /V2-onboard, /V2-clone, /V3)
- [ ] Operating system an version: [enter here] (e.g Linux, macOS, Windows)
- [ ] **Stlink tools version** and/or git commit hash: [enter here] (e.g v1.6.1/git-d0416149)
- [ ] Stlink commandline tool name: [enter here] (e.g `st-info`, `st-flash`, `st-util`)
- [ ] **stlink tools version** and/or git commit hash: [enter here] (e.g v1.6.1/git-d0416149)
- [ ] stlink commandline tool name: [enter here] (e.g `st-info`, `st-flash`, `st-trace`, `st-util`)
- [ ] Target chip (and board, if applicable): [enter here] (e.g STM32F103C8T6 (NUCLEO-F103RB))

Futher we kindly ask you to describe the detected problem as detailed as possible and to add debug output if available, by using the following template:
Further we kindly ask you to describe the detected problem as detailed as possible and to add debug output if available, by using the following template:

Commandline-Output:
Commandline output:

```
OUTPUT/ERROR of the commandline tool(s)
Expand All @@ -33,7 +32,6 @@ Expected/description:

`short description of the expected value`


Thank you for your support.

The stlink project maintainers
16 changes: 7 additions & 9 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: "Feature Request"
about: "Suggest an idea for this project"
title: "[feature] [_$YourTitle_]"
title: "[feature] $YourTitle"
labels: code/feature-request
---

Expand All @@ -12,18 +12,17 @@ This feature request will be deleted without notice when not enough information

- [ ] I made serious effort to avoid creating duplicate or nearly similar issue

In order to allow developers and other contributors to isolate and target your respective issue, please take some time to select the check boxes below
and fill out each of the following items appropriate to your specific request.
In order to allow developers and other contributors to isolate and target your respective issue, please take some time to select the check boxes below and fill out each of the following items appropriate to your specific request.

- [ ] Programmer/board type: [enter here] (e.g STLink /V1, /V2, /V2-onboard, /V2-clone, /V3)
- [ ] Programmer/board type: [enter here] (e.g STLINK /V1, /V2, /V2-onboard, /V2-clone, /V3)
- [ ] Operating system an version: [enter here] (e.g Linux, macOS, Windows)
- [ ] **Stlink tools version** and/or git commit hash: [enter here] (e.g v1.6.1/git-d0416149)
- [ ] Stlink commandline tool name: [enter here] (e.g `st-info`, `st-flash`, `st-util`)
- [ ] **stlink tools version** and/or git commit hash: [enter here] (e.g v1.6.1/git-d0416149)
- [ ] stlink commandline tool name: [enter here] (e.g `st-info`, `st-flash`, `st-trace`, `st-util`)
- [ ] Target chip (and board, if applicable): [enter here] (e.g STM32F103C8T6 (NUCLEO-F103RB))

Futher we kindly ask you to describe the detected problem as detailed as possible and to add debug output if available, by using the following template:
Further we kindly ask you to describe the detected problem as detailed as possible and to add debug output if available, by using the following template:

Commandline-Output:
Commandline output:

```
OUTPUT/ERROR of the commandline tool(s)
Expand All @@ -33,7 +32,6 @@ Expected/description:

`short description of the expected value`


Thank you for your support.

The stlink project maintainers

0 comments on commit 61eae6c

Please sign in to comment.