-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dae0a42
commit 5a7b991
Showing
6 changed files
with
97 additions
and
2 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,34 @@ | ||
# Contributing to MobileCore | ||
|
||
We want to make contributing to this project as easy and transparent as possible. Here are a few guidelines for making all our lives easier. | ||
|
||
## Reporting Issues | ||
|
||
A great way to contribute to the project is to send a detailed issue when you encounter an problem. | ||
It is very important to check for the same problem or suggestion in the project's issue list first. If you find a match, just add a small comment there. | ||
Doing this helps prioritize the most common problems and requests. | ||
|
||
When reporting issues, please include the following: | ||
|
||
- The platform name and version (e.g. iOS 13) | ||
- The application version or commit hash | ||
- The version of Xcode you're using | ||
- The full output of any stack trace or compiler error | ||
- Any other details that would be useful in understanding the problem | ||
|
||
This information will help us review and fix your issue faster. | ||
|
||
Please do not be offended if we close your issue and reference this document. | ||
If you believe the issue is truly a fault in the project’s codebase, re-open it. | ||
|
||
## Pull Requests | ||
|
||
We gladly accept any PR's assuming they are well written, documented ( if necessary ) and preferably have test code. | ||
If you're unsure if we'll accept a new feature please open an issue requesting it and we can have a discussion before you code and submit a PR. | ||
|
||
Checklist: | ||
- Fork the repo and create your branch from the latest master (to minimize the conflicts) | ||
- If you've added code that should be tested, add tests. | ||
- If you've changed APIs, update the documentation. | ||
- Ensure the test suite passes. | ||
- Make sure your code lints (swiftlint). |
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,19 @@ | ||
<!-- | ||
ℹ Please fill out this template when filing an issue. All lines beginning with an ℹ symbol instruct you with what info we expect. | ||
Please, read the [CONTRIBUTING guide](https://github.com/ppraveentr/MobileCore/blob/master/.github/CONTRIBUTING.md) before submitting the PR or reporting a bug. | ||
--> | ||
|
||
# Report | ||
|
||
## What did you do? | ||
|
||
ℹ Please replace this with what you did. | ||
|
||
## What did you expect to happen? | ||
|
||
ℹ Please replace this with what you expected to happen. | ||
|
||
## What happened instead? | ||
|
||
ℹ Please replace this with of what happened instead. |
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,10 @@ | ||
<!-- | ||
If your pull request fixes an issue, please reference the issue. | ||
For example, when your pull request fixes issue 10, add the following line: | ||
Fixes #10 | ||
This will make sure that when the pull request is merged, we can close the relavent issue accordingly. | ||
Please, read the [CONTRIBUTING guide](https://github.com/ppraveentr/MobileCore/blob/master/.github/CONTRIBUTING.md) before submitting the PR or reporting a bug. | ||
--> |
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,31 @@ | ||
|
||
# Configuration for probot-stale - https://github.com/probot/stale | ||
|
||
# Number of days of inactivity before an Issue or Pull Request becomes stale | ||
daysUntilStale: 30 | ||
|
||
# Number of days of inactivity before a stale Issue or Pull Request is closed | ||
daysUntilClose: 7 | ||
|
||
# Issues or Pull Requests with these labels will never be considered stale | ||
exemptLabels: | ||
- "enhancement" | ||
- "confirmed bug" | ||
|
||
# Label to use when marking as stale | ||
staleLabel: stale | ||
|
||
# Comment to post when marking as stale. Set to `false` to disable | ||
markComment: > | ||
This issue has been marked as stale because it has not had | ||
recent activity. It will be closed if no further activity occurs. | ||
# Comment to post when removing the stale label. Set to `false` to disable | ||
unmarkComment: false | ||
|
||
# Comment to post when closing a stale Issue or Pull Request. Set to `false` to disable | ||
closeComment: > | ||
This issue has been auto-closed because there hasn't been any activity for at least 37 days. | ||
However, we really appreciate your contribution, so thank you for that! 🙏 | ||
Also, feel free to [open a new issue]https://github.com/ppraveentr/MobileCore/issues/new) if you still experience this problem 👍. | ||
# Limit to only `issues` | ||
only: issues |
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
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