diff --git a/.github/ISSUE_TEMPLATE/Bug_Report.md b/.github/ISSUE_TEMPLATE/Bug_Report.md new file mode 100644 index 00000000..6899fbbc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Bug_Report.md @@ -0,0 +1,46 @@ +--- +name: 🐛 Bug Report +about: Did something not work as expected? +--- + + + +## 🤔 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..d551add4 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/Feature_Request.md @@ -0,0 +1,28 @@ +--- +name: 🙋 Feature Request +about: Want us to add something to maplibre-rs? +--- + + + +## 🤔 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..6754c826 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/RFC.md @@ -0,0 +1,16 @@ +--- +name: 💬 Request For Comment (RFC) +about: Feature discussion +--- + + + +## 🔦 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. 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 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).