mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2024-12-27 15:25:30 +03:00
6ba3cd4c03
Overhauled Mapbase's GitHub-specific files to be more effective and project-agnostic * Moved CONTRIBUTING to .github so it can be recognized as contribution guidelines * Added more issue templates and made them more project-agnostic for forks * Renamed issue templates so "Bug report", "Feature request", etc. come first when looking for the right template * Added pull request template
23 lines
671 B
Markdown
23 lines
671 B
Markdown
---
|
|
name: Feature request - Tools
|
|
about: Suggest an idea related to compile tools, editor stuff, etc.
|
|
title: "[TOOLS] "
|
|
labels: Enhancement, Tools
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
### Is your feature request related to a problem? Please describe.
|
|
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
|
|
|
### Describe the solution you'd like
|
|
A clear and concise description of what you want to happen.
|
|
|
|
### Describe alternatives you've considered
|
|
A clear and concise description of any alternative solutions or features you've considered.
|
|
|
|
---
|
|
|
|
### Additional context
|
|
(Optional) Add any other context or screenshots about the feature request here.
|