-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #12 from Golodhros/mi-funding
Adds funding configuration
- Loading branch information
Showing
4 changed files
with
100 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
github: britecharts | ||
open_collective: britechartsorg |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
name: Feature Request | ||
about: Create a feature request proposal for Britecharts React Test Project | ||
title: Feature Proposal | ||
labels: proposal | ||
assignees: '' | ||
|
||
--- | ||
<!--- Provide a general summary of the feature request or improvement in the Title above --> | ||
<!--- Look through existing open and closed feature proposals to see if someone has asked for the feature before --> | ||
|
||
## Expected Behavior | ||
<!--- Tell us how it should work --> | ||
|
||
## Difference from Current Behavior | ||
<!--- Explain the difference from current behavior --> | ||
|
||
## Possible Implementation | ||
<!--- Not obligatory, suggest ideas of how to implement the addition or change --> | ||
|
||
## Example Screenshots (if appropriate): | ||
|
||
## Context | ||
<!--- Why do you need this feature or improvement? What is your use case? What are you trying to accomplish? --> | ||
<!--- Providing context helps us come up with a solution that is most useful in the real world --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
name: Bug Report | ||
about: Create a bug report for Britecharts React Test Project | ||
title: Bug Report | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
<!--- Provide a general summary of the issue in the Title above --> | ||
<!--- Look through existing open and closed issues to see if someone has reported the issue before --> | ||
|
||
## Expected Behavior | ||
<!--- If you're describing a bug, tell us what should happen --> | ||
|
||
## Current Behavior | ||
<!--- If describing a bug, tell us what happens instead of the expected behavior --> | ||
|
||
## Possible Solution | ||
<!--- Not obligatory, but suggest a fix/reason for the bug, --> | ||
|
||
## Steps to Reproduce | ||
<!--- Provide a link to a live example, or an unambiguous set of steps to --> | ||
<!--- reproduce this bug. Include code to reproduce, if relevant --> | ||
1. | ||
2. | ||
3. | ||
4. | ||
|
||
## Screenshots (if appropriate) | ||
|
||
## Context | ||
<!--- How has this issue affected you? --> | ||
<!--- Providing context helps us come up with a solution that is most useful in the real world --> | ||
|
||
## Your Environment | ||
<!--- Include as many relevant details about the environment you experienced the bug in --> | ||
* Britecharts-React version used: | ||
* Browser Name and version: | ||
* Operating System and version: | ||
* Link to your project or codepen: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
<!--- Provide a general summary of your changes in the Title above --> | ||
|
||
## Description | ||
<!--- Describe your changes in detail --> | ||
|
||
## Motivation and Context | ||
<!--- Why is this change required? What problem does it solve? --> | ||
<!--- If it fixes an open issue, please link to the issue here. --> | ||
|
||
## How Has This Been Tested? | ||
<!--- Please describe in detail how you tested your changes. --> | ||
<!--- Include details of your testing environment, and the tests you ran to --> | ||
<!--- see how your change affects other areas of the code, etc. --> | ||
|
||
## Screenshots (if appropriate): | ||
|
||
## Types of changes | ||
<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: --> | ||
- [ ] Refactor (changes the way we code something without changing its functionality) | ||
- [ ] Bug fix (non-breaking change which fixes an issue) | ||
- [ ] New feature (non-breaking change which adds functionality) | ||
- [ ] Breaking change (fix or feature that would cause existing functionality to change) | ||
|
||
## Checklist: | ||
<!--- Review the list before submitting your pull request --> | ||
<!--- Leave the list intact for the code reviewer's use --> | ||
- [ ] Latest master code has been merged into this branch | ||
- [ ] No commented out code (if required, place // TODO above with explanation) | ||
- [ ] No linting issues | ||
- [ ] Build is successful | ||
- [ ] Updated the documentation | ||
- [ ] Added tests to cover changes | ||
- [ ] All new and existing tests passed |