Merge pull request #50 from maxammann/github-files

Add GitHub files
This commit is contained in:
Max Ammann 2022-04-29 10:48:21 +02:00 committed by GitHub
commit ecd4906d54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 112 additions and 0 deletions

46
.github/ISSUE_TEMPLATE/Bug_Report.md vendored Normal file
View File

@ -0,0 +1,46 @@
---
name: 🐛 Bug Report
about: Did something not work as expected?
---
<!--- 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

View File

@ -0,0 +1,28 @@
---
name: 🙋 Feature Request
about: Want us to add something to maplibre-rs?
---
<!--- 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 -->

16
.github/ISSUE_TEMPLATE/RFC.md vendored Normal file
View File

@ -0,0 +1,16 @@
---
name: 💬 Request For Comment (RFC)
about: Feature discussion
---
<!--- 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
View 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.

16
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,16 @@
<!---
Provide a general summary of the pull request here
Please look for any issues that this PR resolves and tag them in the PR.
-->
## 💻 Examples
<!-- Examples help us understand the requested feature better -->
## 🚨 Test instructions
<!-- explain how these changes can be tested, especially when this affects rendering -->
## ✔️ PR Todo
- [ ] Included links to related issues/PRs

1
CODE-OF-CONDUCT.md Normal file
View File

@ -0,0 +1 @@
See [here](https://github.com/maplibre/maplibre-gl-js/blob/main/CODE-OF-CONDUCT.md).