Skip to content

Commit 39de193

Browse files
committed
(maint) apply object first template
1 parent 548e5b0 commit 39de193

14 files changed

+236
-195
lines changed

.github/CODEOFCONDUCT.md

Lines changed: 0 additions & 24 deletions
This file was deleted.

.github/CONTRIBUTING.md

Lines changed: 0 additions & 68 deletions
This file was deleted.

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 39 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Describe the bug**
11+
A clear and concise description of what the bug is.
12+
13+
**To Reproduce**
14+
Steps to reproduce the behavior:
15+
1. Go to '...'
16+
2. Click on '....'
17+
3. Scroll down to '....'
18+
4. See error
19+
20+
**Expected behavior**
21+
A clear and concise description of what you expected to happen.
22+
23+
**Screenshots**
24+
If applicable, add screenshots to help explain your problem.
25+
26+
**Desktop (please complete the following information):**
27+
- OS: [e.g. iOS]
28+
- Browser [e.g. chrome, safari]
29+
- Version [e.g. 22]
30+
31+
**Smartphone (please complete the following information):**
32+
- Device: [e.g. iPhone6]
33+
- OS: [e.g. iOS8.1]
34+
- Browser [e.g. stock browser, safari]
35+
- Version [e.g. 22]
36+
37+
**Additional context**
38+
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: ''
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.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 19 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -1,52 +1,30 @@
1-
---
2-
name: ObjectFirst.Zabbix pull request template
3-
about: This template is used when submitting a pull request for the ObjectFirst.Zabbix template.
4-
title: ''
5-
labels: ''
6-
assignees: ''
7-
---
1+
# Pull Request Template
82

9-
<!--- Provide a general summary of your changes in the Title above -->
3+
By contributing, you agree that your contributions will be licensed under the projects original open source license.
104

115
## Description
126

13-
<!--- Describe your changes in detail -->
7+
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
148

15-
## Related Issue
9+
Fixes # (issue)
1610

17-
<!--- This project only accepts pull requests related to open issues -->
18-
<!--- If suggesting a new feature or change, please discuss it in an issue first -->
19-
<!--- If fixing a bug, there should be an issue describing it with steps to reproduce -->
20-
<!--- Please link to the issue here: -->
11+
### Type of change
2112

22-
## Motivation and Context
13+
* [ ] Bug fix (non-breaking change which fixes an issue)
14+
* [ ] New feature (non-breaking change which adds functionality)
15+
* [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
16+
* [ ] This change requires a documentation update
2317

24-
<!--- Why is this change required? What problem does it solve? -->
18+
### How Has This Been Tested?
2519

26-
## How Has This Been Tested?
20+
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.
2721

28-
<!--- Please describe in detail how you tested your changes. -->
29-
<!--- Include details of your testing environment, and the tests you ran to -->
30-
<!--- see how your change affects other areas of the code, etc. -->
22+
### Checklist (check all applicable):
3123

32-
## Screenshots (if appropriate)
33-
34-
## Types of changes
35-
36-
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->
37-
38-
- [ ] Bug fix (non-breaking change which fixes an issue)
39-
- [ ] New feature (non-breaking change which adds functionality)
40-
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
41-
42-
## Checklist
43-
44-
<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
45-
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
46-
47-
- [ ] My code follows the code style of this project.
48-
- [ ] My change requires a change to the documentation.
49-
- [ ] I have updated the documentation accordingly.
50-
- [ ] I have read the **CONTRIBUTING** document.
51-
- [ ] I have added tests to cover my changes.
52-
- [ ] All new and existing tests passed.
24+
* [ ] My code follows the style guidelines of this project
25+
* [ ] I have performed a self-review of my own code
26+
* [ ] I have commented my code, particularly in _hard to understand_ areas
27+
* [ ] I have made corresponding changes to the documentation
28+
* [ ] My changes generate no new warnings
29+
* [ ] I have added tests that prove my fix is effective or that my feature works
30+
* [ ] New and existing unit tests pass locally with my changes

.github_changelog_generator

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
project=ObjectFirst.Zabbix
2-
user=mkevenaar
1+
project=objectfirstcommunity-zabbix
2+
user=ObjectFirstCommunity
33
breaking-labels="Breaking Change"
44
enhancement-labels="Improvement"
55
enhancement-label="**Implemented improvements:**"

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
.DS_Store
12
gh-md-toc

.whitesource

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
},
55
"checkRunSettings": {
66
"vulnerableCheckRunConclusionLevel": "failure",
7-
"displayMode": "diff"
7+
"displayMode": "diff",
8+
"useMendCheckNames": true
89
},
910
"issueSettings": {
10-
"minSeverityLevel": "LOW"
11+
"minSeverityLevel": "LOW",
12+
"issueType": "DEPENDENCY"
1113
}
12-
}
14+
}

CHANGELOG.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,29 @@
11
# Changelog
22

3-
## [0.3.0](https://github.com/mkevenaar/ObjectFirst.Zabbix/tree/0.3.0) (2025-02-09)
3+
## [0.3.0](https://github.com/ObjectFirstCommunity/objectfirstcommunity-zabbix/tree/0.3.0) (2025-02-09)
44

5-
[Full Changelog](https://github.com/mkevenaar/ObjectFirst.Zabbix/compare/0.2.0...0.3.0)
5+
[Full Changelog](https://github.com/ObjectFirstCommunity/objectfirstcommunity-zabbix/compare/0.2.0...0.3.0)
66

77
**Implemented improvements:**
88

9-
- More information regarding statuses [\#8](https://github.com/mkevenaar/ObjectFirst.Zabbix/issues/8)
9+
- More information regarding statuses [\#8](https://github.com/ObjectFirstCommunity/objectfirstcommunity-zabbix/issues/8)
1010

1111
**Fixed bugs:**
1212

13-
- Logout after fetching data [\#9](https://github.com/mkevenaar/ObjectFirst.Zabbix/issues/9)
13+
- Logout after fetching data [\#9](https://github.com/ObjectFirstCommunity/objectfirstcommunity-zabbix/issues/9)
1414

15-
## [0.2.0](https://github.com/mkevenaar/ObjectFirst.Zabbix/tree/0.2.0) (2025-01-25)
15+
## [0.2.0](https://github.com/ObjectFirstCommunity/objectfirstcommunity-zabbix/tree/0.2.0) (2025-01-25)
1616

17-
[Full Changelog](https://github.com/mkevenaar/ObjectFirst.Zabbix/compare/0.1.0...0.2.0)
17+
[Full Changelog](https://github.com/ObjectFirstCommunity/objectfirstcommunity-zabbix/compare/0.1.0...0.2.0)
1818

1919
**Implemented improvements:**
2020

21-
- Add disk monitoring [\#5](https://github.com/mkevenaar/ObjectFirst.Zabbix/issues/5)
22-
- Split template into cluster and host template [\#4](https://github.com/mkevenaar/ObjectFirst.Zabbix/issues/4)
21+
- Add disk monitoring [\#5](https://github.com/ObjectFirstCommunity/objectfirstcommunity-zabbix/issues/5)
22+
- Split template into cluster and host template [\#4](https://github.com/ObjectFirstCommunity/objectfirstcommunity-zabbix/issues/4)
2323

24-
## [0.1.0](https://github.com/mkevenaar/ObjectFirst.Zabbix/tree/0.1.0) (2025-01-20)
24+
## [0.1.0](https://github.com/ObjectFirstCommunity/objectfirstcommunity-zabbix/tree/0.1.0) (2025-01-20)
2525

26-
[Full Changelog](https://github.com/mkevenaar/ObjectFirst.Zabbix/compare/64c17d8f9153de61cdadebea1a9cd0a49209cb0a...0.1.0)
26+
[Full Changelog](https://github.com/ObjectFirstCommunity/objectfirstcommunity-zabbix/compare/64c17d8f9153de61cdadebea1a9cd0a49209cb0a...0.1.0)
2727

2828

2929

0 commit comments

Comments
 (0)