Skip to content

Commit 7b6275f

Browse files
authored
Merge branch 'main' into snapattack_datasource_enrichments
2 parents 160b73a + ac074dd commit 7b6275f

File tree

19 files changed

+662
-297
lines changed

19 files changed

+662
-297
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve contentctl
4+
title: "[BUG]"
5+
labels: bug
6+
assignees: ''
7+
8+
---
9+
10+
11+
### **Describe the bug**
12+
A clear and concise description of what the bug is.
13+
14+
### **Expected behavior**
15+
A clear and concise description of what you expected to happen.
16+
17+
### **Screenshots**
18+
If applicable, add screenshots to help explain your problem.
19+
20+
### **contentctl Version:**
21+
v5.0.0
22+
23+
### **Additional context**
24+
Add any other context about the problem here.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: enhancement
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
**Describe the solution you'd like**
14+
A clear and concise description of what you want to happen.
15+
16+
**Describe alternatives you've considered**
17+
A clear and concise description of any alternative solutions or features you've considered.
18+
19+
**Additional context**
20+
Add any other context or screenshots about the feature request here.

CONTRIBUTING.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,38 @@ our community. Read through this document before submitting any issues or pull
66
requests to ensure we have all the necessary information to effectively respond
77
to your bug report or contribution.
88

9+
910
In addition to this document, review our [Code of Conduct](CODE_OF_CONDUCT.md).
1011
For any code of conduct questions or comments, send an email to [email protected].
1112

13+
# First Things First
14+
15+
1. **When in doubt, open an issue** - For almost any type of contribution, the first step is opening an issue. Even if you think you already know what the solution is, writing down a description of the problem you're trying to solve will help everyone get context when they review your pull request. If it's truly a trivial change (e.g. spelling error), you can skip this step -- but as the subject says, when it doubt, [open an issue](https://github.com/splunk/contentctl/issues).
16+
17+
2. **Only submit your own work** (or work you have sufficient rights to submit) - Please make sure that any code or documentation you submit is your work or you have the rights to submit.
1218

1319
# Contributor License Agreement
1420

15-
Before contributing, you must sign the [Splunk Contributor License Agreement (CLA)](https://www.splunk.com/en_us/form/contributions.html).
21+
Before contributing, you must sign the [Splunk Contributor License Agreement (CLA)](https://www.splunk.com/en_us/form/contributions.html).
22+
23+
## Ways to Contribute
24+
25+
### Bug Reports
26+
Bugs! Ugh! When there's a mismatch between intended behavior, and the actual results, that's a bug. To help us understand what's happening, we want to make sure you're working on the latest version.
27+
28+
Once you've confirmed that the bug still exists in the latest version, check to make sure its not something we already know about on the [Github Issues tab](https://github.com/splunk/contentctl/issues). When you open a bug, please fill out the issue template for a bug report, supplying as much relevant information as you can.
29+
30+
### Feature Requests & Proposals
31+
If you've thought of a way that `contentctl` can be better, we want to hear about it! There's a specific issue type for these requests [here](https://github.com/splunk/contentctl/issues) that helps us keep track. Please describe the feature you'd want to see, and if possible, a potential implementation idea. If you're not familiar enough with the codebase to describe the implementation, that's fine too
32+
33+
### Documentation Changes
34+
35+
Sometimes, the documentation doesn't match reality. Sometimes, examples might be out of date, or spelling or grammar might make something difficult to read or understand. We welcome updates to our documentation for any of the above reasons, and for any others too!
36+
37+
### Contributing Code
38+
39+
As with other types of contributions, please open an issue first. This helps to make sure we don't have duplicate people working on the same problem, ensures that the change is solved once, and that we can help you find the right approach before spending a ton of time on a PR. As above, when in doubt, please open an issue.
40+
41+
## Review Process
42+
We're very appreciative of everyone that wants to make a contribution. We will attempt to review them in a timely manner. As a reminder, opening [an issue](https://github.com/splunk/contentctl/issues) before you spend time on a PR can help make this process smoother. It can also help prevent rejection because someone else was working on it already, or because its incompatible with other in-flight work or long term goals.
43+

MAINTAINERS.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Overview
2+
3+
This document contains a list of maintainers in this repo. If you're interested in contributing, see [CONTRIBUTING](CONTRIBUTING.md).
4+
5+
## Current Maintainers
6+
7+
| Maintainer | GitHub ID | Affiliation |
8+
| ------------------ | --------------------------------------------------------- | ----------- |
9+
| Erick McGinnis | [pyth0n1c](https://github.com/pyth0n1c) | Splunk |
10+
| Patrick Bareiss | [P4T12ICK](https://github.com/P4T12ICK) | Splunk |
11+
| Lou Stella | [ljstella](https://github.com/ljstella) | Splunk |
12+
| Jose Hernandez | [josehelps](https://github.com/josehelps) | Splunk |
13+
14+
15+
## Emeritus
16+
17+
| Maintainer | GitHub ID | Affiliation |
18+
| ------------------ | --------------------------------------------------------- | ----------- |

0 commit comments

Comments
 (0)