Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
R
react-native-device-info
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
放牛的园子
react-native-device-info
Commits
32909a69
Commit
32909a69
authored
Feb 06, 2018
by
Mehdi Achour
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: add issues and pull requests templates
parent
1ec397f3
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
82 additions
and
0 deletions
+82
-0
bug-report.md
.github/ISSUE_TEMPLATE/bug-report.md
+23
-0
feature-request.md
.github/ISSUE_TEMPLATE/feature-request.md
+15
-0
issue_template.md
.github/issue_template.md
+14
-0
pull_request_template.md
.github/pull_request_template.md
+30
-0
No files found.
.github/ISSUE_TEMPLATE/bug-report.md
0 → 100644
View file @
32909a69
<!--
Hi there and thank you for reporting a bug! 🐛🐛🐛
If you want to submit a feature request, use this link instead:
https://github.com/rebeccahughes/react-native-device-info/issues/new?template=feature-request.md
-->
## Summary
| | |
| ----------- | --- |
| Version | ? |
| Affected OS | ? |
| OS Version | ? |
## Current behavior
<!-- Describe the issue you are facing, including any available error
message, logs, stack trace .. -->
## Expected behavior
<!-- What should have happened instead of this bug -->
.github/ISSUE_TEMPLATE/feature-request.md
0 → 100644
View file @
32909a69
<!--
Hi there and thank you for your feature request! 🆕🆕🆕
If you want to report a bug, use this link instead:
https://github.com/rebeccahughes/react-native-device-info/issues/new?template=bug-report.md
-->
## Description
<!-- What would you like to see implemented? How? -->
## Use Case
<!-- Describe a scenario where this feature could come handy -->
.github/issue_template.md
0 → 100644
View file @
32909a69
<!--
Hola!
If you're looking to submit a bug report, please go to this link and access
the template there:
https://github.com/rebeccahughes/react-native-device-info/issues/new?template=bug-report.md
If this is a feature request, please fill out this template:
https://github.com/rebeccahughes/react-native-device-info/issues/new?template=feature-request.md
Thanks!
-->
.github/pull_request_template.md
0 → 100644
View file @
32909a69
<!--
Hi there and thank you for your change proposal!
Please fill out the following template to make the review process
as quick and smooth as possible.
-->
## Description
Fixed issue #
<issue-number>
<!-- OR, if you're implementing a new feature: -->
Added
`yourNewMethodName()`
that allows ...
## Compatibility
| OS | Implemented |
| ------- | :---------: |
| iOS | ✅❌ |
| Android | ✅❌ |
| Windows | ✅❌ |
## Checklist
<!-- Check completed item: [X] -->
*
[
]
I have tested this on a device/simulator for each compatible OS
*
[
]
I added the documentation in
`README.md`
.
*
[
]
I mentionned this change in
`CHANGELOG.md`
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment