Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
Merge pull request #167 from meshery/markdown
Browse files Browse the repository at this point in the history
Change Issue template to add adapter spreadsheet
  • Loading branch information
Revolyssup authored Aug 4, 2022
2 parents 9fbd8e1 + e6bd376 commit eaa2053
Show file tree
Hide file tree
Showing 114 changed files with 1,214 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ assignees: ''

---
#### Contributor [Guides](https://docs.meshery.io/project/contributing) and Resources
- 📝 [Meshery Adapters Spreadsheet](https://docs.google.com/spreadsheets/d/1rGGpSXC68iDJzNRU-qZIRQsZUwkt1qLFg7JCs4pfvbU/edit?usp=sharing)
- 🛠 [Meshery Build & Release Strategy](https://docs.meshery.io/project/build-and-release)
- 📚 [Instructions for contributing to documentation](https://github.com/meshery/meshery/blob/master/CONTRIBUTING.md#documentation-contribution-flow)
- Meshery documentation [site](https://docs.meshery.io/) and [source](https://github.com/meshery/meshery/tree/master/docs)
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/chore_task.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ Add any other context or screenshots about the chore or task here.
### Contributor Resources

The meshery.io website uses Jekyll and GitHub Pages. Site content is found under the [`master` branch](https://github.com/meshery/meshery.io/tree/master).
- 📝 [Meshery Adapters Spreadsheet](https://docs.google.com/spreadsheets/d/1rGGpSXC68iDJzNRU-qZIRQsZUwkt1qLFg7JCs4pfvbU/edit?usp=sharing)
- See the [Contributing to Meshery.io Website](https://github.com/layer5io/meshery.io#contributing-to-the-mesheryio-website) section of the readme.md and other [contributing instructions](https://docs.meshery.io/project/contributing), too.
- See Meshery site designs in this [Figma designfile](https://www.figma.com/file/SMP3zxOjZztdOLtgN4dS2W/Meshery-UI?node-id=110%3A1). Fill-in the [Layer5 Community Member Form](https://layer5.io/newcomer) and join the [Layer5 Community Slack](http://slack.layer5.io) for access.
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ assignees: ''
---

#### [Contributor Guides](https://docs.meshery.io/project/contributing) and Resources
- 📝 [Meshery Adapters Spreadsheet](https://docs.google.com/spreadsheets/d/1rGGpSXC68iDJzNRU-qZIRQsZUwkt1qLFg7JCs4pfvbU/edit?usp=sharing)
- 📚 [Instructions for contributing to documentation](https://docs.meshery.io/project/contributing/contributing-docs)
- Meshery documentation [site](https://docs.meshery.io/) and [source](https://github.com/meshery/meshery/tree/master/docs)
- 🛠 [Meshery Build & Release Strategy](https://docs.meshery.io/project/build-and-release)
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ assignees: ''

---
#### Contributor [Guides](https://docs.meshery.io/project/contributing) and Resources
- 📝 [Meshery Adapters Spreadsheet](https://docs.google.com/spreadsheets/d/1rGGpSXC68iDJzNRU-qZIRQsZUwkt1qLFg7JCs4pfvbU/edit?usp=sharing)
- 🛠 [Meshery Build & Release Strategy](https://docs.meshery.io/project/build-and-release)
- 📚 [Instructions for contributing to documentation](https://github.com/meshery/meshery/blob/master/CONTRIBUTING.md#documentation-contribution-flow)
- Meshery documentation [site](https://docs.meshery.io/) and [source](https://github.com/meshery/meshery/tree/master/docs)
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$id": "http://meshery.layer5.io/definition/Workload/OSMMesh",
"$schema": "http://json-schema.org/draft-07/schema",
"properties": {},
"title": "OSMMesh",
"type": "object"
}
15 changes: 15 additions & 0 deletions templates/oam/workloads/v0.0.1/osmmesh_definition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"apiVersion": "core.oam.dev/v1alpha1",
"kind": "WorkloadDefinition",
"metadata": {
"name": "OSMMesh"
},
"spec": {
"definitionRef": {
"name": "osmmesh.meshery.layer5.io"
},
"metadata": {
"version": "v0.0.1"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$id": "http://meshery.layer5.io/definition/Workload/OSMMesh",
"$schema": "http://json-schema.org/draft-07/schema",
"properties": {},
"title": "OSMMesh",
"type": "object"
}
15 changes: 15 additions & 0 deletions templates/oam/workloads/v0.0.10/osmmesh_definition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"apiVersion": "core.oam.dev/v1alpha1",
"kind": "WorkloadDefinition",
"metadata": {
"name": "OSMMesh"
},
"spec": {
"definitionRef": {
"name": "osmmesh.meshery.layer5.io"
},
"metadata": {
"version": "v0.0.10"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$id": "http://meshery.layer5.io/definition/Workload/OSMMesh",
"$schema": "http://json-schema.org/draft-07/schema",
"properties": {},
"title": "OSMMesh",
"type": "object"
}
15 changes: 15 additions & 0 deletions templates/oam/workloads/v0.0.9/osmmesh_definition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"apiVersion": "core.oam.dev/v1alpha1",
"kind": "WorkloadDefinition",
"metadata": {
"name": "OSMMesh"
},
"spec": {
"definitionRef": {
"name": "osmmesh.meshery.layer5.io"
},
"metadata": {
"version": "v0.0.9"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$id": "http://meshery.layer5.io/definition/Workload/OSMMesh",
"$schema": "http://json-schema.org/draft-07/schema",
"properties": {},
"title": "OSMMesh",
"type": "object"
}
15 changes: 15 additions & 0 deletions templates/oam/workloads/v0.1.0-rc.1/osmmesh_definition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"apiVersion": "core.oam.dev/v1alpha1",
"kind": "WorkloadDefinition",
"metadata": {
"name": "OSMMesh"
},
"spec": {
"definitionRef": {
"name": "osmmesh.meshery.layer5.io"
},
"metadata": {
"version": "v0.1.0-rc.1"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$id": "http://meshery.layer5.io/definition/Workload/OSMMesh",
"$schema": "http://json-schema.org/draft-07/schema",
"properties": {},
"title": "OSMMesh",
"type": "object"
}
15 changes: 15 additions & 0 deletions templates/oam/workloads/v0.1.0/osmmesh_definition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"apiVersion": "core.oam.dev/v1alpha1",
"kind": "WorkloadDefinition",
"metadata": {
"name": "OSMMesh"
},
"spec": {
"definitionRef": {
"name": "osmmesh.meshery.layer5.io"
},
"metadata": {
"version": "v0.1.0"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$id": "http://meshery.layer5.io/definition/Workload/OSMMesh",
"$schema": "http://json-schema.org/draft-07/schema",
"properties": {},
"title": "OSMMesh",
"type": "object"
}
15 changes: 15 additions & 0 deletions templates/oam/workloads/v0.10.0-rc.1/osmmesh_definition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"apiVersion": "core.oam.dev/v1alpha1",
"kind": "WorkloadDefinition",
"metadata": {
"name": "OSMMesh"
},
"spec": {
"definitionRef": {
"name": "osmmesh.meshery.layer5.io"
},
"metadata": {
"version": "v0.10.0-rc.1"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$id": "http://meshery.layer5.io/definition/Workload/OSMMesh",
"$schema": "http://json-schema.org/draft-07/schema",
"properties": {},
"title": "OSMMesh",
"type": "object"
}
15 changes: 15 additions & 0 deletions templates/oam/workloads/v0.10.0-rc.2/osmmesh_definition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"apiVersion": "core.oam.dev/v1alpha1",
"kind": "WorkloadDefinition",
"metadata": {
"name": "OSMMesh"
},
"spec": {
"definitionRef": {
"name": "osmmesh.meshery.layer5.io"
},
"metadata": {
"version": "v0.10.0-rc.2"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$id": "http://meshery.layer5.io/definition/Workload/OSMMesh",
"$schema": "http://json-schema.org/draft-07/schema",
"properties": {},
"title": "OSMMesh",
"type": "object"
}
15 changes: 15 additions & 0 deletions templates/oam/workloads/v0.10.0/osmmesh_definition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"apiVersion": "core.oam.dev/v1alpha1",
"kind": "WorkloadDefinition",
"metadata": {
"name": "OSMMesh"
},
"spec": {
"definitionRef": {
"name": "osmmesh.meshery.layer5.io"
},
"metadata": {
"version": "v0.10.0"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$id": "http://meshery.layer5.io/definition/Workload/OSMMesh",
"$schema": "http://json-schema.org/draft-07/schema",
"properties": {},
"title": "OSMMesh",
"type": "object"
}
15 changes: 15 additions & 0 deletions templates/oam/workloads/v0.11.0-rc.1/osmmesh_definition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"apiVersion": "core.oam.dev/v1alpha1",
"kind": "WorkloadDefinition",
"metadata": {
"name": "OSMMesh"
},
"spec": {
"definitionRef": {
"name": "osmmesh.meshery.layer5.io"
},
"metadata": {
"version": "v0.11.0-rc.1"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$id": "http://meshery.layer5.io/definition/Workload/OSMMesh",
"$schema": "http://json-schema.org/draft-07/schema",
"properties": {},
"title": "OSMMesh",
"type": "object"
}
15 changes: 15 additions & 0 deletions templates/oam/workloads/v0.11.0-rc.3/osmmesh_definition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"apiVersion": "core.oam.dev/v1alpha1",
"kind": "WorkloadDefinition",
"metadata": {
"name": "OSMMesh"
},
"spec": {
"definitionRef": {
"name": "osmmesh.meshery.layer5.io"
},
"metadata": {
"version": "v0.11.0-rc.3"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$id": "http://meshery.layer5.io/definition/Workload/OSMMesh",
"$schema": "http://json-schema.org/draft-07/schema",
"properties": {},
"title": "OSMMesh",
"type": "object"
}
15 changes: 15 additions & 0 deletions templates/oam/workloads/v0.11.0/osmmesh_definition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"apiVersion": "core.oam.dev/v1alpha1",
"kind": "WorkloadDefinition",
"metadata": {
"name": "OSMMesh"
},
"spec": {
"definitionRef": {
"name": "osmmesh.meshery.layer5.io"
},
"metadata": {
"version": "v0.11.0"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$id": "http://meshery.layer5.io/definition/Workload/OSMMesh",
"$schema": "http://json-schema.org/draft-07/schema",
"properties": {},
"title": "OSMMesh",
"type": "object"
}
15 changes: 15 additions & 0 deletions templates/oam/workloads/v0.11.1-rc.1/osmmesh_definition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"apiVersion": "core.oam.dev/v1alpha1",
"kind": "WorkloadDefinition",
"metadata": {
"name": "OSMMesh"
},
"spec": {
"definitionRef": {
"name": "osmmesh.meshery.layer5.io"
},
"metadata": {
"version": "v0.11.1-rc.1"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$id": "http://meshery.layer5.io/definition/Workload/OSMMesh",
"$schema": "http://json-schema.org/draft-07/schema",
"properties": {},
"title": "OSMMesh",
"type": "object"
}
15 changes: 15 additions & 0 deletions templates/oam/workloads/v0.11.1/osmmesh_definition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"apiVersion": "core.oam.dev/v1alpha1",
"kind": "WorkloadDefinition",
"metadata": {
"name": "OSMMesh"
},
"spec": {
"definitionRef": {
"name": "osmmesh.meshery.layer5.io"
},
"metadata": {
"version": "v0.11.1"
}
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"$id": "http://meshery.layer5.io/definition/Workload/OSMMesh",
"$schema": "http://json-schema.org/draft-07/schema",
"properties": {},
"title": "OSMMesh",
"type": "object"
}
15 changes: 15 additions & 0 deletions templates/oam/workloads/v0.11.2/osmmesh_definition.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"apiVersion": "core.oam.dev/v1alpha1",
"kind": "WorkloadDefinition",
"metadata": {
"name": "OSMMesh"
},
"spec": {
"definitionRef": {
"name": "osmmesh.meshery.layer5.io"
},
"metadata": {
"version": "v0.11.2"
}
}
}
Loading

0 comments on commit eaa2053

Please sign in to comment.