Skip to content

Commit 89f52f6

Browse files
gzussazippolyte
authored andcommitted
add license infos and more (#503)
1 parent d7f64a8 commit 89f52f6

File tree

118 files changed

+900
-131
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+900
-131
lines changed

.github/CODEOWNERS

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
# and another team can own the rest of the directory.
44

55
# All your base
6-
* @DataDog/integrations-tools-and-libraries
6+
* @DataDog/integrations-tools-and-libraries
77

88
# Documentation
9-
*.md @DataDog/baklava
9+
*.md @DataDog/baklava @DataDog/integrations-tools-and-libraries
10+
LICENSE @DataDog/baklava @DataDog/integrations-tools-and-libraries

.github/ISSUE_TEMPLATE/bug_report.md

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: 'kind/bug'
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
Label the issue properly.
14+
- Add `severity/` label.
15+
- Add `documentation` label if this issue is related to documentation changes.
16+
17+
**To Reproduce**
18+
Steps to reproduce the behavior:
19+
1. Go to '...'
20+
2. Click on '....'
21+
3. Scroll down to '....'
22+
4. See error
23+
24+
**Expected behavior**
25+
A clear and concise description of what you expected to happen.
26+
27+
**Screenshots**
28+
If applicable, add screenshots to help explain your problem.
29+
30+
**Environment and Versions (please complete the following information):**
31+
A clear and precise description of your setup:
32+
- version for this project in use.
33+
- services, libraries, languages and tools list and versions.
34+
35+
**Additional context**
36+
Add any other context about the problem here.
+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: 'kind/feature-request'
6+
assignees: ''
7+
8+
---
9+
10+
**Note:**
11+
If you have a feature request, you should [contact support](https://docs.datadoghq.com/help/) so the request can be properly tracked.
12+
13+
**Is your feature request related to a problem? Please describe.**
14+
A clear and concise description of what the problem is.
15+
16+
**Describe the solution you'd like**
17+
A clear and concise description of what you want to happen.
18+
19+
**Describe alternatives you've considered**
20+
A clear and concise description of any alternative solutions or features you've considered.
21+
22+
**Additional context**
23+
Add any other context or screenshots about the feature request here.

.github/PULL_REQUEST_TEMPLATE.md

+77
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,77 @@
1+
### Requirements for Contributing to this repository
2+
3+
* Fill out the template below. Any pull request that does not include enough information to be reviewed in a timely manner may be closed at the maintainers' discretion.
4+
* The pull request must only fix one issue, or add one feature, at the time.
5+
* The pull request must update the test suite to demonstrate the changed functionality.
6+
* After you create the pull request, all status checks must be pass before a maintainer reviews your contribution. For more details, please see [CONTRIBUTING](/CONTRIBUTING.md).
7+
8+
### What does this PR do?
9+
10+
<!--
11+
12+
What inspired you to submit this pull request?
13+
Link to the issue describing the bug that you're fixing.
14+
15+
If there is not yet an issue for your bug, please open a new issue and then link to that issue in your pull request.
16+
Note: In some cases, one person's "bug" is another person's "feature." If the pull request does not address an existing issue with the "bug" label, the maintainers have the final say on whether the current behavior is a bug.
17+
18+
-->
19+
20+
### Description of the Change
21+
22+
<!--
23+
24+
A brief description of the change being made with this pull request.
25+
26+
We must be able to understand the design of your change from this description.
27+
If we can't get a good idea of what the code will be doing from the description here, the pull request may be closed at the maintainers' discretion.
28+
Keep in mind that the maintainer reviewing this PR may not be familiar with or have worked with the code here recently, so please walk us through the concepts.
29+
30+
-->
31+
32+
### Alternate Designs
33+
34+
<!-- Explain what other alternates were considered and why the proposed version was selected -->
35+
36+
### Possible Drawbacks
37+
38+
<!-- What are the possible side-effects or negative impacts of the code change? -->
39+
40+
### Verification Process
41+
42+
<!--
43+
44+
What process did you follow to verify that your change has the desired effects?
45+
46+
- How did you verify that all new functionality works as expected?
47+
- How did you verify that all changed functionality works as expected?
48+
- How did you verify that the change has not introduced any regressions?
49+
50+
Describe the actions you performed (including scripts, commands you ran, etc.), and describe the results you observed.
51+
52+
-->
53+
54+
### Additional Notes
55+
56+
<!-- Anything else we should know when reviewing? -->
57+
58+
### Release Notes
59+
60+
<!--
61+
62+
If the PR title is not enough to describe the changes in a single line that explains this improvement in
63+
terms that a user can understand. This text will be added in release notes.
64+
65+
For example, you can provide additionnal notes about feature deprecation or backward incompatible changes.
66+
67+
-->
68+
69+
### Review checklist (to be filled by reviewers)
70+
71+
- [ ] Feature or bug fix MUST have appropriate tests (unit, integration, etc...)
72+
- [ ] PR title must be written as a CHANGELOG entry [(see why)](/CONTRIBUTING.md#pull-request-title)
73+
- [ ] Files changes must correspond to the primary purpose of the PR as described in the title (small unrelated changes should have their own PR)
74+
- [ ] PR must have one `changelog/` label attached. If applicable it should have the `backward-incompatible` label attached.
75+
- [ ] PR should not have `do-not-merge/` label attached.
76+
- [ ] If Applicable, issue must have `kind/` and `severity/` labels attached at least.
77+

.github/labeler.yml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Configuration for labeler - https://github.com/actions/labeler
2+
3+
documentation: "**/*.md"

.github/workflows/labeler.yml

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: "Pull Request Labeler"
2+
on:
3+
- pull_request
4+
5+
jobs:
6+
triage:
7+
runs-on: ubuntu-latest
8+
steps:
9+
- uses: DataDog/labeler@glob-all
10+
with:
11+
repo-token: "${{ secrets.GITHUB_TOKEN }}"

.github/workflows/stale.yml

+38
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Configuration for https://github.com/actions/stale
2+
3+
name: "Stale issues and pull requests"
4+
on:
5+
schedule:
6+
- cron: "0 0 * * *"
7+
8+
jobs:
9+
stale:
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/stale@v1
13+
with:
14+
repo-token: ${{ secrets.GITHUB_TOKEN }}
15+
stale-issue-message: >-
16+
Thanks for your contribution!
17+
18+
19+
This issue has been automatically marked as stale because it has not had
20+
activity in the last 30 days. Note that the issue will not be automatically
21+
closed, but this notification will remind us to investigate why there's
22+
been inactivity. Thank you for participating in the Datadog open source community.
23+
24+
25+
If you would like this issue to remain open:
26+
27+
1. Verify that you can still reproduce the issue in the latest version of this project.
28+
29+
1. Comment that the issue is still reproducible and include updated details requested in the issue template.
30+
days-before-stale: 30
31+
stale-issue-label: 'stale'
32+
exempt-issue-label: 'stale/exempt'
33+
stale-pr-message: >-
34+
This issue has been automatically marked as stale because it has not had activity in the last 30 days.
35+
36+
Note that the issue will not be automatically closed, but this notification will remind us to investigate why there's been inactivity.
37+
stale-pr-label: 'stale'
38+
exempt-pr-label: 'stale/exempt'

0 commit comments

Comments
 (0)