File tree Expand file tree Collapse file tree 5 files changed +34
-9
lines changed Expand file tree Collapse file tree 5 files changed +34
-9
lines changed Original file line number Diff line number Diff line change
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
+
22
+ - [ Meshery Build & Release Strategy] ( https://docs.meshery.io/project/build-and-release )
Original file line number Diff line number Diff line change 2
2
name : 📄 Documentation issue
3
3
about : Issues related to documentation.
4
4
title : ' [Docs]'
5
- labels : ' area/docs, framework/jekyll'
5
+ labels : ' area/docs, framework/jekyll, language/markdown '
6
6
assignees : ' '
7
7
---
8
8
#### Current State
9
9
10
+
10
11
#### Desired State
11
12
13
+
12
14
---
13
15
14
- #### Contributor [ Guides] ( https://docs.meshery.io/project/contributing ) and Resources
15
- - 🛠 [ Meshery Build & Release Strategy] ( https://docs.meshery.io/project/build-and-release )
16
- - 📚 [ Instructions for contributing to documentation] ( https://github.com/meshery/meshery/blob/master/CONTRIBUTING.md#documentation-contribution-flow )
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 )
17
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 )
18
20
- 🎨 Wireframes and designs for Meshery UI in [ Figma] ( https://www.figma.com/file/SMP3zxOjZztdOLtgN4dS2W/Meshery-UI )
19
21
- 🙋🏾🙋🏼 Questions: [ Layer5 Discussion Forum] ( https://discuss.layer5.io ) and [ Layer5 Community Slack] ( http://slack.layer5.io )
Original file line number Diff line number Diff line change 3
3
- package-ecosystem : gomod
4
4
directory : " /"
5
5
schedule :
6
- interval : daily
7
- open-pull-requests-limit : 10
6
+ interval : weekly
7
+ open-pull-requests-limit : 5
8
8
reviewers :
9
9
- Revolyssup
Original file line number Diff line number Diff line change 1
- name : Meshery-istio Build and Releaser
1
+ name : Meshery Adapter for Istio Build and Releaser
2
2
on :
3
3
push :
4
4
branches :
62
62
env :
63
63
DOCKERHUB_USERNAME : ${{ secrets.DOCKER_USERNAME }}
64
64
DOCKERHUB_PASSWORD : ${{ secrets.DOCKER_PASSWORD }}
65
- DOCKERHUB_REPOSITORY : ${{ secrets.IMAGE_NAME }}
65
+ DOCKERHUB_REPOSITORY : ${{ secrets.IMAGE_NAME }}
Original file line number Diff line number Diff line change 5
5
6
6
[ ![ Docker Pulls] ( https://img.shields.io/docker/pulls/layer5/meshery-istio.svg )] ( https://hub.docker.com/r/layer5/meshery-istio )
7
7
[ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/layer5io/meshery-istio )] ( https://goreportcard.com/report/github.com/layer5io/meshery-istio )
8
- [ ![ Build Status] ( https://github.com/layer5io/meshery-istio/workflows/Meshery-Istio/badge.svg )] ( https://github.com/layer5io/meshery-istio/actions )
8
+ <a href =" https://github.com/meshery/meshery-istio/actions " alt =" Build Status " >
9
+ <img src =" https://img.shields.io/github/workflow/status/meshery/meshery-istio/Meshery%20Adapter%20for%20Istio%20Build%20and%20Releaser " /></a >
9
10
[ ![ GitHub] ( https://img.shields.io/github/license/layer5io/meshery-istio.svg )] ( LICENSE )
10
11
[ ![ GitHub issues by-label] ( https://img.shields.io/github/issues/layer5io/meshery-istio/help%20wanted.svg )] ( https://github.com/layer5io/meshery-istio/issues?q=is%3Aopen+is%3Aissue+label%3A"help+wanted" )
11
12
[ ![ Website] ( https://img.shields.io/website/https/layer5.io/meshery.svg )] ( https://layer5.io/meshery/ )
You can’t perform that action at this time.
0 commit comments