-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add issue templates and start completing the profile readme
- Loading branch information
1 parent
f2886a5
commit 02d1a02
Showing
6 changed files
with
110 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,39 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve this project | ||
title: "[Bug] Your title" | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug** | ||
|
||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
|
||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
|
||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
|
||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Environment** | ||
|
||
- OS: [e.g. Mac, Windows, Ubuntu] | ||
- Device: [e.g. iPhone6] | Emulator | ||
- Language Version: [e.g 2.4.0] | ||
- Software/library Version [e.g. 1.1.7] | ||
|
||
**Additional context** | ||
|
||
Add any other context about the problem here. |
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,24 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
title: "[Feature request] Your title" | ||
labels: enhancement | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
|
||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
|
||
A clear and concise description of what you want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
|
||
A clear and concise description of any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
|
||
Add any other context or screenshots about the feature request here. |
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,9 @@ | ||
--- | ||
name: Question | ||
about: Ask a question about this project | ||
title: "[Question] Your question ?" | ||
labels: question | ||
assignees: '' | ||
|
||
--- | ||
|
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 |
---|---|---|
@@ -1 +1,38 @@ | ||
Test | ||
# Molteo Engineering Team | ||
## Global Standards | ||
|
||
### Branch names | ||
|
||
Protected branches: | ||
|
||
- **Main**: Reflects what is on production for hosted projects or the last approved and stable version for other kind of projects | ||
- **Beta**: Branch for internal testing before approving it for production | ||
- **Alpha**: If needed, an alpha branch can be created for early stage things that need to be tested | ||
|
||
Development branches: | ||
|
||
- **feat/[feature-name]**: Branches for new features | ||
- **fix/[bug-name]**: Branches for bug fixes | ||
- **chore/[chore-name]**: Branches for small chores such as: documentation, updating packages, readme, analytics, translations | ||
|
||
## Open Source Projects | ||
|
||
### Flutter/Dart | ||
|
||
* [Dash-Chat-2](https://github.com/molteo-engineering-team/Dash-Chat-2): The most complete Chat UI for flutter. Easy to use, highly customizable and fully featured | ||
|
||
* [awesome_calendar](https://github.com/molteo-engineering-team/awesome_calendar): An easy-to-use and customizable calendar for Flutter. It allows single, multi, and range selection | ||
|
||
* [point_in_polygon](https://github.com/molteo-engineering-team/point_in_polygon): Check if a Point is inside a polygon representing by a List of Point by using a Ray-Casting algorithm | ||
|
||
## Internal Projects | ||
|
||
### Backend | ||
|
||
### Frontend | ||
|
||
### Mobile | ||
|
||
* [Molteo-Flutter](https://github.com/molteo-engineering-team/Molteo-Flutter): Our mobile app | ||
|
||
* [Molteo-iOS-Certificates](https://github.com/molteo-engineering-team/Molteo-iOS-Certificates): Apple certificates for fastlane to be able to deploy the app in the appstore |