Skip to content

Commit 4a2b8d6

Browse files
committed
Format MD files
1 parent 9926f4a commit 4a2b8d6

File tree

5 files changed

+22
-24
lines changed

5 files changed

+22
-24
lines changed
Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
title: ''
5-
labels: ''
6-
assignees: ''
7-
4+
title: ""
5+
labels: ""
6+
assignees: ""
87
---
98

109
**Describe the bug**
1110
A clear and concise description of what the bug is.
1211

1312
**To Reproduce**
1413
Steps to reproduce the behavior:
14+
1515
1. Go to '...'
16-
2. Click on '....'
17-
3. Scroll down to '....'
16+
2. Click on '...'
17+
3. Scroll down to '...'
1818
4. See error
1919

2020
**Expected behavior**
@@ -24,14 +24,16 @@ A clear and concise description of what you expected to happen.
2424
If applicable, add logs or screenshots to help explain your problem.
2525

2626
**Splunk (please complete the following information):**
27+
2728
- Version: [e.g. 8.0.5]
2829
- OS: [e.g. Ubuntu 20.04.1]
2930
- Deployment: [e.g. single-instance]
3031

3132
**SDK (please complete the following information):**
32-
- Version: [e.g. 1.6.14]
33-
- Language Runtime Version: [e.g. Python 3.7]
34-
- OS: [e.g. MacOS 10.15.7]
33+
34+
- Version: [e.g. 1.6.14]
35+
- Language Runtime Version: [e.g. Python 3.7]
36+
- OS: [e.g. MacOS 10.15.7]
3537

3638
**Additional context**
3739
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/custom.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
---
22
name: Custom issue template
33
about: Describe this issue template's purpose here.
4-
title: ''
5-
labels: ''
6-
assignees: ''
7-
4+
title: ""
5+
labels: ""
6+
assignees: ""
87
---
9-
10-

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
name: Feature request
33
about: Suggest an idea for this project
4-
title: ''
5-
labels: ''
6-
assignees: ''
7-
4+
title: ""
5+
labels: ""
6+
assignees: ""
87
---
98

109
**Is your feature request related to a problem? Please describe.**

.github/PULL_REQUEST_TEMPLATE/pr_template.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
---
22
name: Pull Request Template
33
about: Create a Pull Request to contribute to the SDK
4-
title: ''
5-
labels: ''
6-
assignees: ''
7-
4+
title: ""
5+
labels: ""
6+
assignees: ""
87
---
98

109
## Description of PR
1110

12-
Provide the **context and motivation** for this PR.
11+
Provide the **context and motivation** for this PR.
1312
Briefly explain the **type of changes** (bug fix, feature request, doc update, etc.) made in this PR. Provide reference to issue # fixed, if applicable.
1413

1514
Describe the approach to the solution, the changes made, and any resulting change in behavior or impact to the user.

.github/workflows/fossa.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Fossa OSS Scan
22
on: [push]
3+
34
jobs:
45
fossa-scan:
56
uses: splunk/oss-scanning-public/.github/workflows/oss-scan.yml@main

0 commit comments

Comments
 (0)