mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Add issue templates
This commit is contained in:
parent
1b06de6db8
commit
ebfa301f06
54
.github/ISSUE_TEMPLATE/Bug_Report.md
vendored
Normal file
54
.github/ISSUE_TEMPLATE/Bug_Report.md
vendored
Normal file
@ -0,0 +1,54 @@
|
||||
---
|
||||
name: 🐛 Bug Report
|
||||
about: Did something not work as expected?
|
||||
---
|
||||
|
||||
<!---
|
||||
Thanks for filing an issue 😄 ! Before you submit, please read the following:
|
||||
|
||||
Search open/closed issues before submitting since someone might have asked the same thing before!
|
||||
-->
|
||||
|
||||
# 🐛 bug report
|
||||
|
||||
<!--- Provide a general summary of the issue here -->
|
||||
|
||||
## 🤔 Expected Behavior
|
||||
|
||||
<!--- Tell us what should happen -->
|
||||
|
||||
## 😯 Current Behavior
|
||||
|
||||
<!--- Tell us what happens instead of the expected behavior -->
|
||||
|
||||
<!--- If you are seeing an error, please include the full error message and stack trace -->
|
||||
|
||||
## 💁 Possible Solution
|
||||
|
||||
<!--- Not obligatory, but suggest a fix/reason for the bug -->
|
||||
|
||||
## 🔦 Context
|
||||
|
||||
<!--- How has this issue affected you? What are you trying to accomplish? -->
|
||||
|
||||
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
|
||||
|
||||
## 💻 Code Sample
|
||||
|
||||
<!-- Please provide a code repository, gist, code snippet or sample files to reproduce the issue -->
|
||||
|
||||
## 🌍 Your Environment
|
||||
|
||||
<!--- Include as many relevant details about the environment you experienced the bug in -->
|
||||
|
||||
* Desktop
|
||||
- Operating System: Windows/Linux/macOS
|
||||
- Display Server: Xorg/Wayland/-
|
||||
|
||||
* Web
|
||||
- Browser: Firefox/Chrome/Safari
|
||||
- Version: 100
|
||||
|
||||
* Mobile
|
||||
- Operating System: Android/iOS
|
||||
- Version: 11
|
||||
36
.github/ISSUE_TEMPLATE/Feature_Request.md
vendored
Normal file
36
.github/ISSUE_TEMPLATE/Feature_Request.md
vendored
Normal file
@ -0,0 +1,36 @@
|
||||
---
|
||||
name: 🙋 Feature Request
|
||||
about: Want us to add something to maplibre-rs?
|
||||
---
|
||||
|
||||
<!---
|
||||
Thanks for filing an issue 😄 ! Before you submit, please read the following:
|
||||
|
||||
Search open/closed issues before submitting since someone might have asked the same thing before!
|
||||
-->
|
||||
|
||||
# 🙋 feature request
|
||||
|
||||
<!--- Provide a general summary of the issue here -->
|
||||
|
||||
## 🤔 Expected Behavior
|
||||
|
||||
<!--- Tell us how the feature should work -->
|
||||
|
||||
## 😯 Current Behavior
|
||||
|
||||
<!--- Explain the difference from current behavior -->
|
||||
|
||||
## 💁 Possible Solution
|
||||
|
||||
<!--- Ideas how to implement this feature or a similar solution/workaround that already exists -->
|
||||
|
||||
## 🔦 Context
|
||||
|
||||
<!--- How has this issue affected you? What are you trying to accomplish? -->
|
||||
|
||||
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
|
||||
|
||||
## 💻 Examples
|
||||
|
||||
<!-- Examples help us understand the requested feature better -->
|
||||
24
.github/ISSUE_TEMPLATE/RFC.md
vendored
Normal file
24
.github/ISSUE_TEMPLATE/RFC.md
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
---
|
||||
name: 💬 Request For Comment (RFC)
|
||||
about: Feature discussion
|
||||
---
|
||||
|
||||
<!---
|
||||
Thanks for filing an issue 😄 ! Before you submit, please read the following:
|
||||
|
||||
Search open/closed issues before submitting since someone might have asked the same thing before!
|
||||
-->
|
||||
|
||||
# 💬 RFC
|
||||
|
||||
<!--- Provide a detailed summary of the issue here -->
|
||||
|
||||
## 🔦 Context
|
||||
|
||||
<!--- How has this issue affected you? What are you trying to accomplish? -->
|
||||
|
||||
<!--- Providing context helps us come up with a solution that is most useful in the real world -->
|
||||
|
||||
## 💻 Examples
|
||||
|
||||
<!-- Examples help us understand the requested feature better -->
|
||||
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -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.
|
||||
Loading…
x
Reference in New Issue
Block a user