Skip to content
This repository was archived by the owner on Feb 10, 2023. It is now read-only.

Commit 1baf294

Browse files
committed
chore(GitHub): Adding funding links
1 parent 75696da commit 1baf294

File tree

6 files changed

+124
-33
lines changed

6 files changed

+124
-33
lines changed

CONTRIBUTING.md renamed to .github/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ To ensure consistency throughout the source code, keep these rules in mind as yo
4646

4747
## <a name="commit"></a> Git Commit Guidelines
4848

49-
We're using [Angular Commit Guidelines](https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#-git-commit-guidelines)
49+
We're using [Angular Commit Guidelines](https://github.com/angular/angular.js/blob/master/CONTRIBUTING.md#-git-commit-guidelines)

.github/FUNDING.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# These are supported funding model platforms
2+
3+
# github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2]
4+
# patreon: continuoussecuritytooling
5+
#open_collective: moleculer
6+
#ko_fi: # Replace with a single Ko-fi username
7+
#tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
custom: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=H8TR8246RCDJG

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
5+
---
6+
7+
## Prerequisites
8+
9+
Please answer the following questions for yourself before submitting an issue.
10+
11+
- [ ] I am running the latest version
12+
- [ ] I checked the documentation and found no answer
13+
- [ ] I checked to make sure that this issue has not already been filed
14+
- [ ] I'm reporting the issue to the correct repository
15+
16+
## Current Behavior
17+
18+
<!-- What is the current behavior? -->
19+
20+
## Expected Behavior
21+
22+
<!-- Please describe the behavior you are expecting -->
23+
24+
## Failure Information
25+
26+
<!-- Please help provide information about the failure if this is a bug. If it is not a bug, please remove the rest of this template. -->
27+
28+
### Steps to Reproduce
29+
30+
Please provide detailed steps for reproducing the issue.
31+
32+
1. step 1
33+
2. step 2
34+
3. you get it...
35+
36+
37+
### Context
38+
39+
Please provide any relevant information about your setup. This is important in case the issue is not reproducible except for under certain conditions.
40+
41+
**NativeScript version:**
42+
**Java version:**
43+
**NodeJS and NPM version:**
44+
**Platform(s) running:**
45+
46+
47+
### Demo Project
48+
49+
ℹ Please link to or upload a project we can download that reproduces the issue.
50+
51+
52+
### Failure Logs
53+
```
54+
55+
```
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
5+
---
6+
7+
## Prerequisites
8+
9+
Please answer the following questions for yourself before submitting an issue.
10+
11+
* [ ] I've read, understood, and done my best to follow the [*CONTRIBUTING guidelines](https://github.com/hypery2k/galenframework-cli/master/CONTRIBUTING.md).
12+
13+
## Changes
14+
15+
**Is your feature request related to a problem? Please describe.**
16+
<!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] -->
17+
18+
**Describe the solution you'd like**
19+
<!-- A clear and concise description of what you want to happen. -->
20+
21+
**Describe alternatives you've considered**
22+
<!-- A clear and concise description of any alternative solutions or features you've considered. -->
23+
24+
**Additional context**
25+
<!-- Add any other context or screenshots about the feature request here. -->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
## :memo: Description
2+
3+
<!-- Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change. -->
4+
5+
### :dart: Relevant issues
6+
<!-- Please add relevant opened issues -->
7+
8+
### :gem: Type of change
9+
10+
<!-- Please delete options that are not relevant. -->
11+
12+
- [ ] Bug fix (non-breaking change which fixes an issue)
13+
- [ ] New feature (non-breaking change which adds functionality)
14+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
15+
- [ ] This change requires a documentation update
16+
17+
### :scroll: Example code
18+
```js
19+
20+
```
21+
22+
## :vertical_traffic_light: How Has This Been Tested?
23+
24+
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
25+
26+
- [ ] Test A
27+
- [ ] Test B
28+
29+
## :checkered_flag: Checklist:
30+
31+
- [ ] My code follows the style guidelines of this project
32+
- [ ] I have performed a self-review of my own code
33+
- [ ] **I have added tests that prove my fix is effective or that my feature works**
34+
- [ ] **New and existing unit tests pass locally with my changes**
35+
- [ ] I have commented my code, particularly in hard-to-understand areas

ISSUE_TEMPLATE.md

Lines changed: 0 additions & 32 deletions
This file was deleted.

0 commit comments

Comments
 (0)