Skip to content

Commit 5e1598e

Browse files
authoredApr 20, 2021
name change to opensearch dashboard (opensearch-project#743)
* copy file changes * update docs * update notice title * add white space to text * fix Dashboards letter case and notice
1 parent 4c0f50e commit 5e1598e

File tree

84 files changed

+606
-426
lines changed

Some content is hidden

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

84 files changed

+606
-426
lines changed
 

‎.github/PULL_REQUEST_TEMPLATE.md

+62-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,65 @@
1-
*Issue #, if available:*
21

3-
*Description of changes:*
2+
## opendistro-for-elasticsearch/security pull request intake form
3+
_Please provide as much details as possible to get feedback/acceptance on your PR quickly_
44

5+
6+
1. __Category:__ (_Enhancement, New feature, Bug fix, Test fix, Refactoring, Maintenance, Documentation_)
7+
8+
9+
10+
2. __Github Issue # or road-map entry, if available:__
511

6-
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
12+
13+
14+
3. __Description of changes:__
15+
16+
17+
18+
4. __Why these changes are required?__
19+
20+
21+
22+
5. __What is the old behavior before changes and new behavior after changes?__ (_Please add any example/logs/screen-shot if available_)
23+
24+
25+
26+
6. __Testing done:__ (_Please provide details of testing done: Unit testing, integration testing and manual testing_)
27+
28+
29+
30+
7. __TO-DOs, if any:__ (_Please describe pending items and provide Github issues# for each of them_)
31+
32+
33+
34+
8. __Is it backport from main branch?__ (_If yes, please add backport PR # and commits #_)
35+
36+
37+
38+
39+
40+
By making a contribution to this project, I certify that:
41+
42+
(a) The contribution was created in whole or in part by me and I
43+
have the right to submit it under the open source license
44+
indicated in the file; or
45+
46+
(b) The contribution is based upon previous work that, to the best
47+
of my knowledge, is covered under an appropriate open source
48+
license and I have the right under that license to submit that
49+
work with modifications, whether created in whole or in part
50+
by me, under the same open source license (unless I am
51+
permitted to submit under a different license), as indicated
52+
in the file; or
53+
54+
(c) The contribution was provided directly to me by some other
55+
person who certified (a), (b) or (c) and I have not modified
56+
it.
57+
58+
(d) I understand and agree that this project and the contribution
59+
are public and that a record of the contribution (including all
60+
personal information I submit with it, including my sign-off) is
61+
maintained indefinitely and may be redistributed consistent with
62+
this project or the open source license(s) involved.
63+
64+
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
65+
For more information on following Developer Certificate of Origin and signing off your commits, please check [here](https://github.com/opensearch-project/OpenSearch/blob/main/CONTRIBUTING.md#developer-certificate-of-origin).

‎.github/bug_template.md

+33
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
---
2+
name: 🐛 Bug report
3+
about: Create a report to help us improve
4+
title: "[BUG]"
5+
labels: bug
6+
assignees: ''
7+
---
8+
9+
**Describe the bug**
10+
A clear and concise description of what the bug is.
11+
12+
**To Reproduce**
13+
Steps to reproduce the behavior:
14+
1. Go to '...'
15+
2. Click on '....'
16+
3. Scroll down to '....'
17+
4. See error
18+
19+
**Expected behavior**
20+
A clear and concise description of what you expected to happen.
21+
22+
**Plugins**
23+
Please list all plugins currently enabled.
24+
25+
**Screenshots**
26+
If applicable, add screenshots to help explain your problem.
27+
28+
**Host/Environment (please complete the following information):**
29+
- OS: [e.g. iOS]
30+
- Version [e.g. 22]
31+
32+
**Additional context**
33+
Add any other context about the problem here.

0 commit comments

Comments
 (0)