Skip to content

Commit

Permalink
Merge branch 'testing' into 'develop'
Browse files Browse the repository at this point in the history
Update for CI integration (Closes #1118)
- Initial support for GitHub CI workflows
- Cleanup for Travis CI config

General Project Maintenance
- Minor fixes for issue templates
- Setup for GitHub code scanning alerts
  • Loading branch information
Nightwalker-87 committed Mar 27, 2021
2 parents 1825956 + a5a4a68 commit 0eebc9a
Show file tree
Hide file tree
Showing 7 changed files with 415 additions and 33 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
Loading

0 comments on commit 0eebc9a

Please sign in to comment.