Skip to content

Commit 2d34aec

Browse files
committed
Initial commit
0 parents  commit 2d34aec

25 files changed

+1086
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
---
2+
name: 🐛 Bug Report
3+
about: Report an issue to help improve the project.
4+
title: ''
5+
labels: 'kind/bug'
6+
assignees: ''
7+
---
8+
#### Description
9+
<!-- A brief description of the issue. -->
10+
11+
#### Expected Behavior
12+
<!-- A brief description of what you expected to happen. -->
13+
14+
#### Screenshots/Logs
15+
<!-- Add screenshots, if applicable, to help explain your problem. -->
16+
17+
#### Environment:
18+
- Meshery Version:
19+
- Kubernetes Version:
20+
- Host OS:
21+
- Browser:
22+
23+
<!-- Optional
24+
#### To Reproduce
25+
Steps to reproduce the behavior:
26+
1. Go to '...'
27+
2. Click on '....'
28+
3. Scroll down to '....'
29+
4. See error
30+
-->

.github/ISSUE_TEMPLATE/ci.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: 🛠 Continuous Integration / DevOps
3+
about: Improve or update workflows or other automation
4+
title: '[CI]'
5+
labels: 'area/ci'
6+
assignees: ''
7+
---
8+
#### Current Behavior
9+
<!-- A brief description of what the problem is. (e.g. I need to be able to...) -->
10+
11+
#### Desired Behavior
12+
<!-- A brief description of what you expected to happen. -->
13+
14+
#### Implementation
15+
<!-- Specifics on the approach to fulfilling the feature request. -->
16+
17+
#### Acceptance Tests
18+
<!-- Stipulations of functional behavior or non-functional items that must be in-place in order for the issue to be closed. -->
19+
20+
#### Reference:
21+
- [Meshery Build & Release Strategy](https://docs.google.com/document/d/11nAxYtz2SUusCYZ0JeNRrOLIxkgmmbUVWz63MBZV2oE/edit#)
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
name: 📄 Documentation issue
3+
about: Issues related to documentation.
4+
title: '[Docs]'
5+
labels: 'area/docs'
6+
assignees: ''
7+
---
8+
**Current State:**
9+
10+
**Desired State:**
11+
12+
---
13+
**Contributor Resources**
14+
- [Meshery documentation site](https://docs.meshery.io/)
15+
- [Meshery documentation source](https://github.com/layer5io/meshery/tree/master/docs)
16+
- [Instructions for contributing to documentation](https://github.com/layer5io/meshery/blob/master/CONTRIBUTING.md#documentation-contribution-flow)
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: 💡 Feature Request
3+
about: Suggest an enhancement to Meshery.
4+
title: ''
5+
labels: 'kind/enhancement'
6+
assignees: ''
7+
---
8+
#### Current Behavior
9+
<!-- A brief description of what the problem is. (e.g. I need to be able to...) -->
10+
11+
#### Desired Behavior
12+
<!-- A brief description of the enhancement. -->
13+
14+
#### Implementation
15+
<!-- [Optional] Specifics on the approach to fulfilling the feature request. -->
16+
17+
#### Acceptance Tests
18+
<!-- [Optional] Stipulations of functional behavior or non-functional items that must be in-place in order for the issue to be closed. -->
19+
20+
#### Mockups
21+
<!-- [Optional] Any visual diagrams of the desired user interface. -->
22+
23+
---
24+
**[Contributor Guide](https://docs.meshery.io/project/contributing)**

.github/ISSUE_TEMPLATE/question.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: 🙋🏾🙋🏼‍Question
4+
url: https://github.com/layer5io/meshery/discussions/new
5+
about: Submit your question using GitHub Discussions.

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Description**
2+
3+
This PR fixes #
4+
5+
**Notes for Reviewers**
6+
7+
8+
**[Signed commits](../CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin)**
9+
- [ ] Yes, I signed my commits.
10+
11+
12+
<!--
13+
Thank you for contributing to Meshery!
14+
15+
Contributing Conventions:
16+
17+
1. Include descriptive PR titles with [<component-name>] prepended.
18+
2. Build and test your changes before submitting a PR.
19+
3. Sign your commits
20+
21+
By following the community's contribution conventions upfront, the review process will
22+
be accelerated and your PR merged more quickly.
23+
-->

.github/config.yml

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
#-------------------------------------------------------------------------------
2+
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
3+
# Comment to be posted to on first time issues
4+
newIssueWelcomeComment: >
5+
Thanks for opening this issue. A contributor will be by to give feedback soon. In the meantime, please review the [Layer5 Community Welcome Guide](https://docs.google.com/document/d/17OPtDE_rdnPQxmk2Kauhm3GwXF1R5dZ3Cj8qZLKdo5E/edit?usp=sharing) and sure to join the [community Slack](http://slack.layer5.io/).
6+
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
7+
# Comment to be posted to on PRs from first time contributors in your repository
8+
newPRWelcomeComment: >
9+
Yay, your first pull request! :thumbsup: A contributor will be by to give feedback soon. In the meantime, please review the [Layer5 Community Welcome Guide](https://docs.google.com/document/d/17OPtDE_rdnPQxmk2Kauhm3GwXF1R5dZ3Cj8qZLKdo5E/edit?usp=sharing) and sure to join the [community Slack](http://slack.layer5.io/).
10+
11+
Be sure to double-check that you have signed your commits. Here are instructions for [making signing an implicit activity while peforming a commit](../CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin).
12+
13+
14+
#-------------------------------------------------------------------------------
15+
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
16+
# Comment to be posted to on pull requests merged by a first time user
17+
firstPRMergeComment: >
18+
&nbsp; &#9; &nbsp; &#9; &nbsp; &#9; &nbsp; &#9; Thank you for contributing to the Layer5 community! :tada:
19+
\
20+
\
21+
![Congrats!](https://github.com/layer5io/layer5/blob/master/.github/welcome/Layer5-celebration.png)
22+
\
23+
\
24+
&nbsp; &#9; &nbsp; &#9; &nbsp; &#9; &nbsp; &#9; :star: Please leave a [star on the project](../stargazers). :smile:
25+
26+
27+
#-------------------------------------------------------------------------------
28+
# Configuration for request-info - https://github.com/behaviorbot/request-info
29+
# Comment to reply with
30+
requestInfoReplyComment: >
31+
Thanks for opening this issue. We welcome all input! If you could provide a little more information, this will greatly aide in its resolution. :thumbsup:
32+
# *OPTIONAL* Add a list of people whose Issues/PRs will not be commented on
33+
# keys must be GitHub usernames
34+
#requestInfoUserstoExclude:
35+
# - layer5io/maintainers
36+
37+
38+
#-------------------------------------------------------------------------------
39+
# Configuration for sentiment-bot - https://github.com/behaviorbot/sentiment-bot
40+
# *Required* toxicity threshold between 0 and .99 with the higher numbers being the most toxic
41+
# Anything higher than this threshold will be marked as toxic and commented on
42+
sentimentBotToxicityThreshold: .9
43+
44+
# *Required* Comment to reply with
45+
sentimentBotReplyComment: >
46+
Please be sure to review the code of conduct and be respectful of other users. // @layer5io/maintainers
47+
29.3 KB
Loading

.github/readme/images/community.svg

Lines changed: 1 addition & 0 deletions
Loading

.github/readme/images/slack-128.png

4.53 KB
Loading

0 commit comments

Comments
 (0)