Skip to content

Commit ca98481

Browse files
author
Sergey D
authored
Merge pull request #40 from Yalantis/feature/create_github_folder
Create github folder
2 parents 2215ce9 + 667f8d5 commit ca98481

File tree

2 files changed

+103
-0
lines changed

2 files changed

+103
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# Report
2+
3+
> The more information you provide, the faster we can help you.
4+
5+
⚠️ Select what you want - **a feature request** or **report a bug**. Please remove the section you aren't interested in.
6+
7+
## A feature request
8+
9+
### What do you want to add?
10+
11+
> Please describe what you want to add to the component.
12+
13+
### How should it look like?
14+
15+
> Please add images.
16+
17+
## Report a bug
18+
19+
### What did you do?
20+
21+
> Please replace this with what you did.
22+
23+
### What did you expect to happen?
24+
25+
> Please replace this with what you expected to happen.
26+
27+
### What happened instead?
28+
29+
> Please replace this with what happened instead.
30+
31+
### Your Environment
32+
33+
- Version of the component: _insert here_
34+
- Swift version: _insert here_
35+
- iOS version: _insert here_
36+
- Device: _insert here_
37+
- Xcode version: _insert here_
38+
- If you use Cocoapods: _run `pod env | pbcopy` and insert here_
39+
- If you use Carthage: _run `carthage version | pbcopy` and insert here_
40+
41+
### Project that demonstrates the bug
42+
43+
> Please add a link to a project we can download that reproduces the bug.
44+

.github/contributing.md

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
## How to contribute to Context-Menu.iOS
2+
3+
#### **Did you find a bug?**
4+
5+
* **Ensure the bug was not already reported** by searching under [Issues](https://github.com/Yalantis/Context-Menu.iOS/issues).
6+
7+
* If you're unable to find an open issue addressing the problem, [open a new one](https://github.com/Yalantis/Context-Menu.iOS/issues/new). Be sure to include a **title and clear description**, as much relevant information as possible, and a **code sample** or an **example project** demonstrating the expected behavior that is not occurring.
8+
9+
* Fill appropriate section in issue template and remove the section you aren't interested in.
10+
11+
#### **Did you write a patch that fixes a bug?**
12+
13+
* Open a new GitHub pull request with the patch.
14+
15+
* Ensure the PR description clearly describes the problem and solution. Include the relevant issue number if applicable.
16+
17+
* Ensure the PR doesn't extend the number of existing issues.
18+
19+
#### **Did you fix whitespace, format code, or make a purely cosmetic patch?**
20+
21+
* Changes that are **cosmetic** in nature and **do not add anything substantial** to the stability or functionality of Context-Menu.iOS will generally **not be accepted**.
22+
23+
#### **Did you write patch that extends functionality?**
24+
25+
* Ensure the functionality you trying to add needed not only for your case.
26+
27+
#### Each issue will be labeled by it's `type`, `priority` and `status`.
28+
29+
**Issue types:**
30+
* Bug
31+
* Enhancement
32+
33+
**These are the available priority labels:**
34+
* Critical
35+
* High
36+
* Medium
37+
* Low
38+
39+
**Status label will be assigned to your issue to keep the issue tracker easy to follow:**
40+
* Queued (will be reviewed soon)
41+
* Reviewed (assignee has read it)
42+
* Pending (will work on it soon)
43+
* Work in progress (is working on it now)
44+
* On hold
45+
* Invalid (if bug it's not reproducible)
46+
* Need feedback (signal to get people to read and comment or provide help)
47+
48+
#### **Coding Style**
49+
50+
* Most importantly, match the existing code style as much as possible.
51+
52+
#### **Do you have a question?**
53+
54+
For any usage questions that are not specific to the project itself, please ask on [Stack Overflow](https://stackoverflow.com/). By doing so, you'll be more likely to quickly solve your problem, and you'll allow anyone else with the same question to find the answer. This also allows maintainers to focus on improving the project for others.
55+
56+
## Thank you!
57+
58+
#### [![Yalantis](https://raw.githubusercontent.com/Yalantis/PullToMakeSoup/master/PullToMakeSoupDemo/Resouces/badge_dark.png)](https://Yalantis.com/?utm_source=github)
59+

0 commit comments

Comments
 (0)