From ebfa301f062b89a914b3c16176ab27a01af9dc2f Mon Sep 17 00:00:00 2001 From: Maximilian Ammann Date: Tue, 26 Apr 2022 20:02:59 +0200 Subject: [PATCH 1/4] Add issue templates --- .github/ISSUE_TEMPLATE/Bug_Report.md | 54 +++++++++++++++++++++++ .github/ISSUE_TEMPLATE/Feature_Request.md | 36 +++++++++++++++ .github/ISSUE_TEMPLATE/RFC.md | 24 ++++++++++ .github/ISSUE_TEMPLATE/config.yml | 5 +++ 4 files changed, 119 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/Bug_Report.md create mode 100644 .github/ISSUE_TEMPLATE/Feature_Request.md create mode 100644 .github/ISSUE_TEMPLATE/RFC.md create mode 100644 .github/ISSUE_TEMPLATE/config.yml diff --git a/.github/ISSUE_TEMPLATE/Bug_Report.md b/.github/ISSUE_TEMPLATE/Bug_Report.md new file mode 100644 index 00000000..0dbb212f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug_Report.md @@ -0,0 +1,54 @@ +--- +name: 🐛 Bug Report +about: Did something not work as expected? +--- + + + +# 🐛 bug report + + + +## 🤔 Expected Behavior + + + +## 😯 Current Behavior + + + + + +## 💁 Possible Solution + + + +## 🔦 Context + + + + + +## 💻 Code Sample + + + +## 🌍 Your Environment + + + +* Desktop + - Operating System: Windows/Linux/macOS + - Display Server: Xorg/Wayland/- + +* Web + - Browser: Firefox/Chrome/Safari + - Version: 100 + +* Mobile + - Operating System: Android/iOS + - Version: 11 diff --git a/.github/ISSUE_TEMPLATE/Feature_Request.md b/.github/ISSUE_TEMPLATE/Feature_Request.md new file mode 100644 index 00000000..082c665c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_Request.md @@ -0,0 +1,36 @@ +--- +name: 🙋 Feature Request +about: Want us to add something to maplibre-rs? +--- + + + +# 🙋 feature request + + + +## 🤔 Expected Behavior + + + +## 😯 Current Behavior + + + +## 💁 Possible Solution + + + +## 🔦 Context + + + + + +## 💻 Examples + + diff --git a/.github/ISSUE_TEMPLATE/RFC.md b/.github/ISSUE_TEMPLATE/RFC.md new file mode 100644 index 00000000..5887daff --- /dev/null +++ b/.github/ISSUE_TEMPLATE/RFC.md @@ -0,0 +1,24 @@ +--- +name: 💬 Request For Comment (RFC) +about: Feature discussion +--- + + + +# 💬 RFC + + + +## 🔦 Context + + + + + +## 💻 Examples + + diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..33ab3715 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: Ask a question + url: https://github.com/maplibre/maplibre-rs/discussions + about: Please ask and answer questions here. From 9c0caf08fdf5371baab482c2e870605c0ef6c94c Mon Sep 17 00:00:00 2001 From: Maximilian Ammann Date: Tue, 26 Apr 2022 20:03:41 +0200 Subject: [PATCH 2/4] Add code of conduct --- CODE-OF-CONDUCT.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 CODE-OF-CONDUCT.md diff --git a/CODE-OF-CONDUCT.md b/CODE-OF-CONDUCT.md new file mode 100644 index 00000000..80d3f2ca --- /dev/null +++ b/CODE-OF-CONDUCT.md @@ -0,0 +1 @@ +See [here](https://github.com/maplibre/maplibre-gl-js/blob/main/CODE-OF-CONDUCT.md). From 91e6f21a5aa3c4c3c6e2e38e49c6296fab39579d Mon Sep 17 00:00:00 2001 From: Maximilian Ammann Date: Tue, 26 Apr 2022 20:06:41 +0200 Subject: [PATCH 3/4] Add pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..6616efde --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,16 @@ + + +## 💻 Examples + + + +## 🚨 Test instructions + + + +## ✔️ PR Todo + +- [ ] Included links to related issues/PRs From 29e9ff08fcb62787a6a2756f4b2749049e27d799 Mon Sep 17 00:00:00 2001 From: Maximilian Ammann Date: Tue, 26 Apr 2022 20:06:48 +0200 Subject: [PATCH 4/4] Update issue templates --- .github/ISSUE_TEMPLATE/Bug_Report.md | 8 -------- .github/ISSUE_TEMPLATE/Feature_Request.md | 8 -------- .github/ISSUE_TEMPLATE/RFC.md | 8 -------- 3 files changed, 24 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_Report.md b/.github/ISSUE_TEMPLATE/Bug_Report.md index 0dbb212f..6899fbbc 100644 --- a/.github/ISSUE_TEMPLATE/Bug_Report.md +++ b/.github/ISSUE_TEMPLATE/Bug_Report.md @@ -3,14 +3,6 @@ name: 🐛 Bug Report about: Did something not work as expected? --- - - -# 🐛 bug report - ## 🤔 Expected Behavior diff --git a/.github/ISSUE_TEMPLATE/Feature_Request.md b/.github/ISSUE_TEMPLATE/Feature_Request.md index 082c665c..d551add4 100644 --- a/.github/ISSUE_TEMPLATE/Feature_Request.md +++ b/.github/ISSUE_TEMPLATE/Feature_Request.md @@ -3,14 +3,6 @@ name: 🙋 Feature Request about: Want us to add something to maplibre-rs? --- - - -# 🙋 feature request - ## 🤔 Expected Behavior diff --git a/.github/ISSUE_TEMPLATE/RFC.md b/.github/ISSUE_TEMPLATE/RFC.md index 5887daff..6754c826 100644 --- a/.github/ISSUE_TEMPLATE/RFC.md +++ b/.github/ISSUE_TEMPLATE/RFC.md @@ -3,14 +3,6 @@ name: 💬 Request For Comment (RFC) about: Feature discussion --- - - -# 💬 RFC - ## 🔦 Context