Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit b773223

Browse files
committed
Merge branch 'develop'
2 parents 8940fe1 + 6e190ff commit b773223

File tree

4 files changed

+108
-0
lines changed

4 files changed

+108
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: '[name of the chart e.g. cetic/chart] issue title'
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!-- Thanks for filing an issue! Before hitting the button, please answer these questions. It's helpful to search the existing GitHub issues first. It's likely that another user has already reported the issue you're facing, or it's a known issue that we're already aware of
11+
12+
Fill in as much of the template below as you can. If you leave out information, we can't help you as well.
13+
14+
Be ready for followup questions, and please respond in a timely manner. If we can't reproduce a bug or think a feature already exists, we might close your issue. If we're wrong, PLEASE feel free to reopen it and explain why.
15+
-->
16+
17+
**Describe the bug**
18+
A clear and concise description of what the bug is.
19+
20+
**Version of Helm and Kubernetes**:
21+
22+
23+
**What happened**:
24+
25+
26+
**What you expected to happen**:
27+
28+
29+
**How to reproduce it** (as minimally and precisely as possible):
30+
31+
32+
**Anything else we need to know**:
33+
34+
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: '[name of the chart e.g. cetic/chart] issue title'
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
<!-- Thanks for filing an issue! Before hitting the button, please answer these questions. It's helpful to search the existing GitHub issues first. It's likely that another user has already reported the issue you're facing, or it's a known issue that we're already aware of.
11+
12+
Describe *in detail* the feature/behavior/change you'd like to see.
13+
14+
Be ready for followup questions, and please respond in a timely manner. If we can't reproduce a bug or think a feature already exists, we might close your issue. If we're wrong, PLEASE feel free to reopen it and explain why.
15+
-->
16+
17+
**Is your feature request related to a problem? Please describe.**
18+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
19+
20+
**Describe the solution you'd like**
21+
A clear and concise description of what you want to happen.
22+
23+
**Describe alternatives you've considered**
24+
A clear and concise description of any alternative solutions or features you've considered.
25+
26+
**Additional context**
27+
Add any other context or screenshots about the feature request here.
28+

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<!--
2+
Thank you for contributing to this repository. Before you submit this PR we'd like to
3+
make sure you are aware of our technical requirements and best practices:
4+
5+
* https://github.com/helm/charts/blob/master/CONTRIBUTING.md#technical-requirements
6+
* https://github.com/helm/helm/tree/master/docs/chart_best_practices
7+
8+
For a quick overview across what we will look at reviewing your PR, please read
9+
the review guidelines form the Helm repository:
10+
11+
* https://github.com/helm/charts/blob/master/REVIEW_GUIDELINES.md
12+
13+
Following our best practices right from the start will accelerate the review process and
14+
help get your PR merged quicker.
15+
16+
When updates to your PR are requested, please add new commits and do not squash the
17+
history. This will make it easier to identify new changes. The PR will be squashed
18+
anyways when it is merged. Thanks.
19+
20+
For fast feedback, please @-mention maintainers that are listed in the Chart.yaml file.
21+
22+
Please make sure you test your changes before you push them. Once pushed, a CircleCI
23+
will run across your changes and do some initial checks and linting. These checks run
24+
very quickly. Please check the results. We would like these checks to pass before we
25+
even continue reviewing your changes.
26+
-->
27+
28+
#### What this PR does / why we need it:
29+
30+
#### Which issue this PR fixes
31+
*(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*
32+
- fixes #
33+
34+
#### Special notes for your reviewer:
35+
36+
#### Checklist
37+
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
38+
- [ ] [DCO](https://github.com/helm/charts/blob/master/CONTRIBUTING.md#sign-your-work) signed
39+
- [ ] Chart Version bumped
40+
- [ ] Variables are documented in the README.md

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,12 @@ The following table lists the configurable parameters of the phpLDAPadmin chart
9696

9797
Initially inspired from https://github.com/gengen1988/helm-phpldapadmin.
9898

99+
## Contributing
100+
101+
Feel free to contribute by making a [pull request](https://github.com/cetic/helm-phpLDAPadmin/pull/new/master).
102+
103+
Please read the official [Contribution Guide](https://github.com/helm/charts/blob/master/CONTRIBUTING.md) from Helm for more information on how you can contribute to this Chart.
104+
99105
## License
100106

101107
[Apache License 2.0](/LICENSE)

0 commit comments

Comments
 (0)