.github/ISSUE_TEMPLATE/feature_request.md
---
name: Feature request
about: Suggest an idea for this project
title: "[FEATURE]"
labels: enhancement
assignees: ''
---
### Describe the feature
A clear and concise description of the new feature using
"As a [...] I want to [...] So That [...]" idiom (see
[explanation](https://www.agilealliance.org/glossary/user-story-template/).
Ex. As a **user**, I want to **access git repos via lib microservice**
so that **I can access git repos as directories on server**
### Describe the problems your feature request solves
A clear and concise description of what the problem is.
Ex. I'm always frustrated when [...]
Remember to reference an existing issue this feature request
proposes to solve.
### 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
Add any other context or screenshots about the feature request here.
### Success Criterion
Describe the final result with the help of a checklist if needed.
Checklist:
- [ ] Feature is accessible (provide more detail or more checkpoints here)
- [ ] Test coverage is improved
- [ ] No codeclimate issues