Skip to content

Commit 1f49c36

Browse files
committed
2 parents d7e013f + 21a7ae5 commit 1f49c36

File tree

5 files changed

+34
-9
lines changed

5 files changed

+34
-9
lines changed

.github/ISSUE_TEMPLATE/ci.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
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)

.github/ISSUE_TEMPLATE/documentation.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,20 @@
22
name: 📄 Documentation issue
33
about: Issues related to documentation.
44
title: '[Docs]'
5-
labels: 'area/docs, framework/jekyll'
5+
labels: 'area/docs, framework/jekyll, language/markdown'
66
assignees: ''
77
---
88
#### Current State
99

10+
1011
#### Desired State
1112

13+
1214
---
1315

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)
1718
- 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)
1820
- 🎨 Wireframes and designs for Meshery UI in [Figma](https://www.figma.com/file/SMP3zxOjZztdOLtgN4dS2W/Meshery-UI)
1921
- 🙋🏾🙋🏼 Questions: [Layer5 Discussion Forum](https://discuss.layer5.io) and [Layer5 Community Slack](http://slack.layer5.io)

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ updates:
33
- package-ecosystem: gomod
44
directory: "/"
55
schedule:
6-
interval: daily
7-
open-pull-requests-limit: 10
6+
interval: weekly
7+
open-pull-requests-limit: 5
88
reviewers:
99
- Revolyssup

.github/workflows/build-and-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Meshery-istio Build and Releaser
1+
name: Meshery Adapter for Istio Build and Releaser
22
on:
33
push:
44
branches:
@@ -62,4 +62,4 @@ jobs:
6262
env:
6363
DOCKERHUB_USERNAME: ${{ secrets.DOCKER_USERNAME }}
6464
DOCKERHUB_PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
65-
DOCKERHUB_REPOSITORY: ${{ secrets.IMAGE_NAME }}
65+
DOCKERHUB_REPOSITORY: ${{ secrets.IMAGE_NAME }}

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55

66
[![Docker Pulls](https://img.shields.io/docker/pulls/layer5/meshery-istio.svg)](https://hub.docker.com/r/layer5/meshery-istio)
77
[![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>
910
[![GitHub](https://img.shields.io/github/license/layer5io/meshery-istio.svg)](LICENSE)
1011
[![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")
1112
[![Website](https://img.shields.io/website/https/layer5.io/meshery.svg)](https://layer5.io/meshery/)

0 commit comments

Comments
 (0)