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
26 lines
471 B
Markdown
26 lines
471 B
Markdown
---
|
|
name: Bug report - NPCs
|
|
about: Create a bug report related to NPCs.
|
|
title: "[NPCs] "
|
|
labels: Bug
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
### Describe the bug
|
|
A clear and concise description of what the bug is.
|
|
|
|
### Steps to reproduce
|
|
Steps to reproduce the behavior:
|
|
1. Have '...' do something
|
|
2. ???
|
|
3. See error
|
|
|
|
### Expected behavior
|
|
A clear and concise description of what you expected to happen.
|
|
|
|
---
|
|
|
|
### Additional context
|
|
(Optional) Add any other context about the problem here.
|