Skip to content

Commit

Permalink
add issue templates and start completing the profile readme
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienBtr committed Jan 27, 2022
1 parent f2886a5 commit 02d1a02
Show file tree
Hide file tree
Showing 6 changed files with 110 additions and 2 deletions.
Binary file added .DS_Store
Binary file not shown.
39 changes: 39 additions & 0 deletions ISSUE_TEMPLATE/bug_report.md
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.
24 changes: 24 additions & 0 deletions ISSUE_TEMPLATE/feature_request.md
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.
9 changes: 9 additions & 0 deletions ISSUE_TEMPLATE/question.md
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: ''

---

1 change: 0 additions & 1 deletion README.md

This file was deleted.

39 changes: 38 additions & 1 deletion profile/README.md
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

0 comments on commit 02d1a02

Please sign in to comment.