Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
AuroTB committed Oct 10, 2021
0 parents commit f453cc8
Show file tree
Hide file tree
Showing 6 changed files with 118 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* @AuroTB @bmaor2001 @dake3601 @IvanSol123

# Para más información,ver el siguiente link: https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners#codeowners-syntax
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/issue_template_1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Feature Issue
about: Add your feature to your repository
title: "[FEATURE] Implementation of "
labels: enhancement, good first issue
assignees: ''

---

What needs to be done?

Please be sure to not delete any current file, or if the file has to be created follow this-type-of-naming or thisTypeOfNaming.

Finally, create a new branch for the issue you'll submit, and make sure to fulfill all the PR's requirements.
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/issue_template_2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
name: Bug Issue
about: Add your bug fix to your repository
title: "[BUG] Fixed Bug that "
labels: bug
assignees: ''

---

What needs to be done?

Please be sure to not delete any current file, or if the file has to be created follow this-type-of-naming or thisTypeOfNaming.

Finally, create a new branch for the issue you'll submit, and make sure to fulfill all the PR's requirements.
12 changes: 12 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
### What does this PR do?

-

#### Related issues

#

#### Merge Checklist:

- [ ] The branch is up-to-date (i.e. rebased) with the base branch
- [ ] No code style issues
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2021 RoBorregos

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
54 changes: 54 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# Project Name



## Description



## Table of contents

- [Project Name](#project-name)
- [Description](#description)
- [Table of contents](#table-of-contents)
- [Installation](#installation)
- [Usage](#usage)
- [Development team](#development-team)
- [References/Support links](#references-support-links)
- [License](#license)

## Installation

1. Clone the project repository on your local machine.

SSH:

```bash
$ git clone --recurse-submodules https://github.com/RoBorregos/
```


## Usage

How to use the project after installation.
Pictures of the project working.


## Development team

| Name | Email | Github | Role |
| ----------------------- | ------------------------------------------------------------------- | ------------------------------------------------------------ | --------- |
| Aurora Tijerina | [auro.tj@gmail.com](mailto:auro.tj@gmail.com) | [@AuroTB](https://github.com/aurotb) | Navigation & Integration |
| Brenda Martínez Orta | [bmaor2001@gmail.com](mailto:bmaor2001@gmail.com) | [@bmaor2001](https://github.com/bmaor2001) | Result data decoding |
| Keven Arroyo | [dake.3601@gmail.com](mailto:dake.3601@gmail.com) | [@dake3601](https://github.com/dake3601) | Path finding |
| Ivan Sol | [onticastro7@gmail.com](mailto:onticastro7@gmail.com) | [@IvanSol123](https://github.com/IvanSol123) | Mechanics |


## References/Support links

- [Support CODEOWNERS](https://docs.github.com/es/github/creating-cloning-and-archiving-repositories/about-code-owners)
- [Creating a pull request template](https://docs.github.com/es/github-ae@latest/github/building-a-strong-community/creating-a-pull-request-template-for-your-repository)
- [Branch naming convention](https://deepsource.io/blog/git-branch-naming-conventions/)

## License
License used.

0 comments on commit f453cc8

Please sign in to comment.