Skip to content

Commit beb3533

Browse files
authored
Initial commit
0 parents  commit beb3533

26 files changed

+1101
-0
lines changed

.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: 🐛 General Bug Report
3+
about: Report an issue to help improve the project.
4+
title: ''
5+
labels: 'kind/bug'
6+
assignees: ''
7+
---
8+
### Current Behavior
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+
19+
- **Host OS:** Mac Linux Windows
20+
- **Platform:** Docker or Kubernetes
21+
- **Meshery Server Version:** stable-v
22+
- **Meshery Client Version:** stable-v
23+
24+
<!-- Optional
25+
#### To Reproduce
26+
1. Go to '...'
27+
2. Click on '....'
28+
3. Scroll down to '....'
29+
4. See error
30+
-->
31+
32+
---
33+
#### Contributor [Guides](https://docs.meshery.io/project/contributing) and Resources
34+
- 🛠 [Meshery Build & Release Strategy](https://docs.meshery.io/project/build-and-release)
35+
- 📚 [Instructions for contributing to documentation](https://github.com/meshery/meshery/blob/master/CONTRIBUTING.md#documentation-contribution-flow)
36+
- Meshery documentation [site](https://docs.meshery.io/) and [source](https://github.com/meshery/meshery/tree/master/docs)
37+
- 🎨 Wireframes and [designs for Layer5 site](https://www.figma.com/file/5ZwEkSJwUPitURD59YHMEN/Layer5-Designs) in Figma [(open invite)](https://www.figma.com/team_invite/redeem/qJy1c95qirjgWQODApilR9)
38+
- 🙋🏾🙋🏼 Questions: [Layer5 Discussion Forum](https://discuss.layer5.io) and [Layer5 Community Slack](http://slack.layer5.io)

.github/ISSUE_TEMPLATE/ci.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
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+
---
21+
#### Contributor [Guides](https://docs.meshery.io/project/contributing) and Resources
22+
- 🛠 [Meshery Build & Release Strategy](https://docs.meshery.io/project/build-and-release)
23+
- 🎨 Wireframes and [designs for Layer5 site](https://www.figma.com/file/5ZwEkSJwUPitURD59YHMEN/Layer5-Designs) in Figma [(open invite)](https://www.figma.com/team_invite/redeem/qJy1c95qirjgWQODApilR9)
24+
- 🙋🏾🙋🏼 Questions: [Layer5 Discussion Forum](https://discuss.layer5.io) and [Layer5 Community Slack](http://slack.layer5.io)
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: 📄 Documentation issue
3+
about: Issues related to documentation.
4+
title: '[Docs]'
5+
labels: 'area/docs, framework/jekyll, language/markdown'
6+
assignees: ''
7+
---
8+
### Current State
9+
10+
11+
### Desired State
12+
13+
14+
---
15+
16+
#### [Contributor Guides](https://docs.meshery.io/project/contributing) and Resources
17+
- 📚 [Instructions for contributing to documentation](https://docs.meshery.io/project/contributing/contributing-docs)
18+
- Meshery documentation [site](https://docs.meshery.io/) and [source](https://github.com/meshery/meshery/tree/master/docs)
19+
- 🛠 [Meshery Build & Release Strategy](https://docs.meshery.io/project/build-and-release)
20+
- 🎨 Wireframes and [designs for Layer5 site](https://www.figma.com/file/5ZwEkSJwUPitURD59YHMEN/Layer5-Designs) in Figma [(open invite)](https://www.figma.com/team_invite/redeem/qJy1c95qirjgWQODApilR9)
21+
- 🙋🏾🙋🏼 Questions: [Layer5 Discussion Forum](https://discuss.layer5.io) and [Layer5 Community Slack](http://slack.layer5.io)
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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)**
25+
- 🎨 Wireframes and [designs for Layer5 site](https://www.figma.com/file/5ZwEkSJwUPitURD59YHMEN/Layer5-Designs) in Figma [(open invite)](https://www.figma.com/team_invite/redeem/qJy1c95qirjgWQODApilR9)

.github/ISSUE_TEMPLATE/question.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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.
6+
- 🎨 Wireframes and [designs for Layer5 site](https://www.figma.com/file/5ZwEkSJwUPitURD59YHMEN/Layer5-Designs) in Figma [(open invite)](https://www.figma.com/team_invite/redeem/qJy1c95qirjgWQODApilR9)

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
**Notes for Reviewers**
2+
3+
This PR fixes #
4+
5+
6+
7+
8+
**[Signed commits](../blob/master/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+

.github/readme/images/community.svg

Lines changed: 1 addition & 0 deletions
Loading
48.2 KB
Loading

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

4.53 KB
Loading

0 commit comments

Comments
 (0)