Create dev_task.md

This commit is contained in:
Christian 2018-08-03 13:08:04 +02:00 committed by GitHub
parent ff2c5416a7
commit 6d3b515161
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
.github/ISSUE_TEMPLATE/dev_task.md vendored Normal file
View File

@ -0,0 +1,24 @@
---
name: Dev Task
about: 'Creation of a developer task'
---
### Short Summary
<!-- A short summary of the task as small text or in an User Story format -->
<!-- As a <role> I want to <capability>, so that <receive benefit> -->
<!-- Example: As a player I want to be able to set my view distance individually, so that I can exceed the vanilla mp limitation of 1600m. -->
<!-- Example: As server I want to be able to evaluate which HC is less loaded, so that I can move spawned AI to be handled by this HC. -->
### Description
<!-- A more detailed description about the task. -->
<!-- Also reasons for changes, further thoughts, possible expandability, benefits for the future etc. -->
### Sub-Tasks
<!-- List of all finished tasks which were part of this sprint. -->
- [ ] Sub-Task 1
- [ ] Sub-Task 2
- [ ] Sub-Task 2.1
- [ ] Sub-Task 3