File tree Expand file tree Collapse file tree 3 files changed +59
-0
lines changed Expand file tree Collapse file tree 3 files changed +59
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ name : Bug report
3+ about : Create a report to help us improve
4+ title : " [BUG]"
5+ labels : bug
6+ ---
7+
8+ <!-- Before filing a bug, please consider submitting a pull request with a failing test -->
9+
10+ ## Expected Behavior
11+ <!-- Describe what should happen -->
12+
13+ ## Current Behavior
14+ <!-- Describe what happens instead of the expected behavior -->
15+
16+ ## Possible Solution
17+ <!-- Not obligatory, but ideally suggest a fix or hypothesis for the bug -->
18+
19+ ## Steps to Reproduce
20+ <!-- Provide a link to a live example, or an unambiguous set of steps to reproduce this bug -->
21+ <!-- Please consider submitting this as a pull request which adds a failing test case -->
22+
23+ ## Context
24+ <!-- Any additional information about your environment or what are you trying to accomplish that might be relevant? -->
Original file line number Diff line number Diff line change 1+ ---
2+ name : Feature request
3+ about : Suggest an idea for this project
4+ title : " [REQUEST]"
5+ labels : enhancement
6+ ---
7+
8+ ## What problem are you trying to solve?
9+ <!-- A concise description of what the problem is that this project should help solve -->
10+
11+ ## Describe the solution you'd like
12+ <!-- What should the API and behavior look like to address that problem? -->
13+
14+ ## Describe alternatives you've considered
15+ <!-- Are there any alternative solutions or features you've considered that are inadequate for solving this problem? -->
16+
17+ ## Additional context
18+ <!-- Any other context, examples, or adoptions paths to share? -->
Original file line number Diff line number Diff line change 1+ ---
2+ name : Question
3+ about : Not a bug or feature request?
4+ title : " [QUESTION]"
5+ labels : help wanted
6+ ---
7+
8+ <!--
9+
10+ Please consider StackOverflow or other community discussion venues for general questions
11+ since this issue tracker is intended for bugs and feature requests to DataLoader. Questions
12+ asked here are unlikely to get an answer in a timely fashion and might be closed without answer.
13+
14+ https://graphql.org/community/
15+ https://stackoverflow.com/questions/tagged/graphql+dataloader
16+
17+ -->
You can’t perform that action at this time.
0 commit comments