Skip to content

Commit

Permalink
Merge 210df40 into 06c403b
Browse files Browse the repository at this point in the history
  • Loading branch information
leebyron committed Nov 17, 2019
2 parents 06c403b + 210df40 commit 032e24c
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: bug
---

<!-- Before filing a bug, please consider submitting a pull request with a failing test -->

## Expected Behavior
<!-- Describe what should happen -->

## Current Behavior
<!-- Describe what happens instead of the expected behavior -->

## Possible Solution
<!-- Not obligatory, but ideally suggest a fix or hypothesis for the bug -->

## Steps to Reproduce
<!-- Provide a link to a live example, or an unambiguous set of steps to reproduce this bug -->
<!-- Please consider submitting this as a pull request which adds a failing test case -->

## Context
<!-- Any additional information about your environment or what are you trying to accomplish that might be relevant? -->
18 changes: 18 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[REQUEST]"
labels: enhancement
---

## What problem are you trying to solve?
<!-- A concise description of what the problem is that this project should help solve -->

## Describe the solution you'd like
<!-- What should the API and behavior look like to address that problem? -->

## Describe alternatives you've considered
<!-- Are there any alternative solutions or features you've considered that are inadequate for solving this problem? -->

## Additional context
<!-- Any other context, examples, or adoptions paths to share? -->
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
name: Question
about: Not a bug or feature request?
title: "[QUESTION]"
labels: help wanted
---

<!--
Please consider StackOverflow or other community discussion venues for general questions
since this issue tracker is intended for bugs and feature requests to DataLoader. Questions
asked here are unlikely to get an answer in a timely fashion and might be closed without answer.
https://graphql.org/community/
https://stackoverflow.com/questions/tagged/graphql+dataloader
-->

0 comments on commit 032e24c

Please sign in to comment.