Skip to content

Commit b48639a

Browse files
committed
issue templates
1 parent d659dae commit b48639a

File tree

3 files changed

+74
-0
lines changed

3 files changed

+74
-0
lines changed
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
name: Bug report
3+
about: Report a bug
4+
5+
---
6+
7+
<!--
8+
Hello! Thanks for contributing. For the fastest response and resolution, please:
9+
10+
- Make the issue title a succinct but specific description of the unexpected behavior.
11+
12+
- Ensure you can reproduce the bug using the latest release.
13+
14+
- Check the console for relevant errors and warnings
15+
16+
- Only post to report a bug. For feature requests, please use https://github.com/maplibre/spatial-k/issues/new?template=Feature_request.md instead.
17+
18+
-->
19+
20+
**spatial-k version**:
21+
22+
23+
### Steps to Trigger Behavior
24+
25+
1.
26+
2.
27+
3.
28+
29+
30+
### Expected Behavior
31+
32+
### Actual Behavior
Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
name: Feature request
3+
about: Suggest a feature or enhancement
4+
5+
---
6+
7+
## User Story
8+
9+
<!--
10+
This section should have a one-sentence user story, such as:
11+
12+
As a <role> I can <capability>, so that <receive benefit>
13+
14+
See also: https://en.wikipedia.org/wiki/User_story#Common_templates
15+
-->
16+
17+
## Rationale
18+
19+
<!--
20+
- Why is this feature needed?
21+
- What are some example use cases?
22+
- Can it be done today? Is there a workaround?
23+
-->
24+
25+
## Impact
26+
27+
<!--
28+
- What if we do nothing? What is the impact to end-users if we don't implement this feature?
29+
-->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
## Launch Checklist
2+
3+
<!-- Thanks for the PR! Feel free to add or remove items from the checklist. -->
4+
5+
6+
- [ ] Confirm **your changes do not include backports from Mapbox projects** (unless with compliant license) - if you are not sure about this, please ask!
7+
- [ ] Briefly describe the changes in this PR.
8+
- [ ] Link to related issues.
9+
- [ ] Include before/after visuals or gifs if this PR includes visual changes.
10+
- [ ] Write tests for all new functionality.
11+
- [ ] Document any changes to public APIs.
12+
- [ ] Post benchmark scores.
13+
- [ ] Add an entry to `CHANGELOG.md` under the `## main` section.

0 commit comments

Comments
 (0)