From 612949ed0c572b7a97f45bcff4cd9dfb83d12e75 Mon Sep 17 00:00:00 2001 From: Yana Gupta Date: Fri, 14 Jul 2023 21:00:18 +0530 Subject: [PATCH 1/2] added links to ISSUE_TEMPLATE Signed-off-by: Yana Gupta --- .github/ISSUE_TEMPLATE/bug_report.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 7f206d4..36e771d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -28,3 +28,12 @@ Steps to reproduce the behavior: 3. Scroll down to '....' 4. See error --> + +--- +#### 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) +- 🎨 Wireframes and [designs for Meshery UI](https://www.figma.com/file/SMP3zxOjZztdOLtgN4dS2W/Meshery-UI) in Figma [(open invite)](https://www.figma.com/team_invite/redeem/qJy1c95qirjgWQODApilR9) +- πŸ™‹πŸΎπŸ™‹πŸΌ Questions: [Layer5 Discussion Forum](https://discuss.layer5.io) and [Layer5 Community Slack](http://slack.layer5.io) \ No newline at end of file From 12026a64dd3e758fb7c418a2a9bbd19cd19218ff Mon Sep 17 00:00:00 2001 From: Yana Gupta Date: Sat, 15 Jul 2023 00:25:26 +0530 Subject: [PATCH 2/2] updated ISSUE_TEMPLATE with Contributor scripts Signed-off-by: Yana Gupta --- .github/ISSUE_TEMPLATE/documentation.md | 11 +++++++---- .github/ISSUE_TEMPLATE/feature_request.md | 8 +++++++- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/documentation.md b/.github/ISSUE_TEMPLATE/documentation.md index 40fbf2f..5283821 100644 --- a/.github/ISSUE_TEMPLATE/documentation.md +++ b/.github/ISSUE_TEMPLATE/documentation.md @@ -10,7 +10,10 @@ assignees: '' **Desired State:** --- -**Contributor Resources** -- [Meshery documentation site](https://docs.meshery.io/) -- [Meshery documentation source](https://github.com/layer5io/meshery/tree/master/docs) -- [Instructions for contributing to documentation](https://github.com/layer5io/meshery/blob/master/CONTRIBUTING.md#documentation-contribution-flow) +#### 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) +- 🎨 Wireframes and [designs for Meshery UI](https://www.figma.com/file/SMP3zxOjZztdOLtgN4dS2W/Meshery-UI) in Figma [(open invite)](https://www.figma.com/team_invite/redeem/qJy1c95qirjgWQODApilR9) +- πŸ™‹πŸΎπŸ™‹πŸΌ Questions: [Layer5 Discussion Forum](https://discuss.layer5.io) and [Layer5 Community Slack](http://slack.layer5.io) \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index c1df791..07f1641 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -21,4 +21,10 @@ assignees: '' --- -**[Contributor Guide](https://docs.meshery.io/project/contributing)** +#### 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) +- 🎨 Wireframes and [designs for Meshery UI](https://www.figma.com/file/SMP3zxOjZztdOLtgN4dS2W/Meshery-UI) in Figma [(open invite)](https://www.figma.com/team_invite/redeem/qJy1c95qirjgWQODApilR9) +- πŸ™‹πŸΎπŸ™‹πŸΌ Questions: [Layer5 Discussion Forum](https://discuss.layer5.io) and [Layer5 Community Slack](http://slack.layer5.io) \ No newline at end of file