Skip to content

Commit faf51c1

Browse files
committed
Actualizacion version motor & README.md
1 parent a0fc914 commit faf51c1

20 files changed

+1002
-1162
lines changed

.github/CODE_OF_CONDUCT.md

+46-46
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,46 @@
1-
# Contributor Covenant Code of Conduct
2-
3-
## Our Pledge
4-
5-
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
6-
7-
## Our Standards
8-
9-
Examples of behavior that contributes to creating a positive environment include:
10-
11-
* Using welcoming and inclusive language
12-
* Being respectful of differing viewpoints and experiences
13-
* Gracefully accepting constructive criticism
14-
* Focusing on what is best for the community
15-
* Showing empathy towards other community members
16-
17-
Examples of unacceptable behavior by participants include:
18-
19-
* The use of sexualized language or imagery and unwelcome sexual attention or advances
20-
* Trolling, insulting/derogatory comments, and personal or political attacks
21-
* Public or private harassment
22-
* Publishing others' private information, such as a physical or electronic address, without explicit permission
23-
* Other conduct which could reasonably be considered inappropriate in a professional setting
24-
25-
## Our Responsibilities
26-
27-
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
28-
29-
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
30-
31-
## Scope
32-
33-
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
34-
35-
## Enforcement
36-
37-
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at issues. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
38-
39-
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
40-
41-
## Attribution
42-
43-
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
44-
45-
[homepage]: http://contributor-covenant.org
46-
[version]: http://contributor-covenant.org/version/1/4/
1+
# Contributor Covenant Code of Conduct
2+
3+
## Our Pledge
4+
5+
In the interest of fostering an open and welcoming environment, we as contributors and maintainers pledge to making participation in our project and our community a harassment-free experience for everyone, regardless of age, body size, disability, ethnicity, gender identity and expression, level of experience, nationality, personal appearance, race, religion, or sexual identity and orientation.
6+
7+
## Our Standards
8+
9+
Examples of behavior that contributes to creating a positive environment include:
10+
11+
* Using welcoming and inclusive language
12+
* Being respectful of differing viewpoints and experiences
13+
* Gracefully accepting constructive criticism
14+
* Focusing on what is best for the community
15+
* Showing empathy towards other community members
16+
17+
Examples of unacceptable behavior by participants include:
18+
19+
* The use of sexualized language or imagery and unwelcome sexual attention or advances
20+
* Trolling, insulting/derogatory comments, and personal or political attacks
21+
* Public or private harassment
22+
* Publishing others' private information, such as a physical or electronic address, without explicit permission
23+
* Other conduct which could reasonably be considered inappropriate in a professional setting
24+
25+
## Our Responsibilities
26+
27+
Project maintainers are responsible for clarifying the standards of acceptable behavior and are expected to take appropriate and fair corrective action in response to any instances of unacceptable behavior.
28+
29+
Project maintainers have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, or to ban temporarily or permanently any contributor for other behaviors that they deem inappropriate, threatening, offensive, or harmful.
30+
31+
## Scope
32+
33+
This Code of Conduct applies both within project spaces and in public spaces when an individual is representing the project or its community. Examples of representing a project or community include using an official project e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. Representation of a project may be further defined and clarified by project maintainers.
34+
35+
## Enforcement
36+
37+
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at issues. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately.
38+
39+
Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership.
40+
41+
## Attribution
42+
43+
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
44+
45+
[homepage]: http://contributor-covenant.org
46+
[version]: http://contributor-covenant.org/version/1/4/

.github/CONTRIBUTING.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Contributing
2-
3-
1. Fork the repository.
4-
2. Add your section - make sure you follow the styling guide below.
5-
3. Commit changes.
6-
4. Push your commit.
7-
5. Create a Pull Request.
8-
9-
## Styling
10-
11-
- Use `###` headers for your sections.
12-
- Also use `###` for categories (these should group together relevant sections) and `####` for subcategories.
13-
- Add a link to your section/category to the contents section (use relative links).
14-
- Make sure to include examples wherever possible (preferably GIFs).
1+
# Contributing
2+
3+
1. Fork the repository.
4+
2. Add your section - make sure you follow the styling guide below.
5+
3. Commit changes.
6+
4. Push your commit.
7+
5. Create a Pull Request.
8+
9+
## Styling
10+
11+
- Use `###` headers for your sections.
12+
- Also use `###` for categories (these should group together relevant sections) and `####` for subcategories.
13+
- Add a link to your section/category to the contents section (use relative links).
14+
- Make sure to include examples wherever possible (preferably GIFs).

.github/ISSUE_TEMPLATE.md

+10-10
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
Describe la mejora,fix o cambio realizado en el proyecto.
2-
3-
---
4-
5-
- [ ] **Fallo Unico** - Fallo principal
6-
7-
---
8-
9-
- [ ] Caracteristica nueva
10-
- [ ] Cambio realizado
1+
Describe la mejora,fix o cambio realizado en el proyecto.
2+
3+
---
4+
5+
- [ ] **Fallo Unico** - Fallo principal
6+
7+
---
8+
9+
- [ ] Caracteristica nueva
10+
- [ ] Cambio realizado
1111
- [ ] Problema nuevo

.github/PULL_REQUEST_TEMPLATE.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- Describir los cambios en la proxima linea: -->
2-
3-
4-
---
1+
<!-- Describir los cambios en la proxima linea: -->
2+
3+
4+
---

.github/RELEASE_TEMPLATE.md

+20-20
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
<!--
2-
Template para el Release
3-
Y <> X
4-
-->
5-
6-
---
7-
| Autor | Estabilidad | Nombre | data |
8-
|----------|:-------------:|:---:|:---------:|
9-
| Moon Antonio | Buena | "Alpha[0.0.0]" | 00/00/0000 |
10-
---
11-
12-
Nueva version {Version}
13-
## NUEVO:
14-
- [x] [MASTER] Agregado Menu Intro
15-
16-
## FIX:
17-
- [x] [MASTER] Reparado el problema de sonido en btns
18-
19-
## BUGS:
20-
- [x] [DEV] #41 Crash UI.
1+
<!--
2+
Template para el Release
3+
Y <> X
4+
-->
5+
6+
---
7+
| Autor | Estabilidad | Nombre | data |
8+
|----------|:-------------:|:---:|:---------:|
9+
| Moon Antonio | Buena | "Alpha[0.0.0]" | 00/00/0000 |
10+
---
11+
12+
Nueva version {Version}
13+
## NUEVO:
14+
- [x] [MASTER] Agregado Menu Intro
15+
16+
## FIX:
17+
- [x] [MASTER] Reparado el problema de sonido en btns
18+
19+
## BUGS:
20+
- [x] [DEV] #41 Crash UI.

.gitignore

+91-91
Original file line numberDiff line numberDiff line change
@@ -1,91 +1,91 @@
1-
# ===================================== #
2-
# Carpetas de Unity
3-
# ===================================== #
4-
Temp
5-
Library
6-
Obj
7-
obj
8-
/.[Vv][Ss][Cc]ode/
9-
/.[Vv][Ss]/
10-
Assets/AssetStoreTools*
11-
12-
# ===================================== #
13-
# Actualizacion de paquetes de Unity
14-
# ===================================== #
15-
Logs/
16-
17-
# ===================================== #
18-
# Archivos meta y Crash de Unity
19-
# ===================================== #
20-
*.pidb.meta
21-
sysinfo.txt
22-
23-
# ===================================== #
24-
# Visual Studio / MonoDevelop
25-
# ===================================== #
26-
ExportedObj/
27-
.consulo/
28-
*.svd
29-
*.userprefs
30-
*.csproj
31-
*.pidb
32-
*.suo
33-
*.sln
34-
*.user
35-
*.unityproj
36-
*.booproj
37-
*.lock
38-
*.vs
39-
*.tmp
40-
41-
42-
# ===================================== #
43-
# OS
44-
# ===================================== #
45-
.DS_Store
46-
.DS_Store?
47-
._*
48-
.Spotlight-V100
49-
.Trashes
50-
Icon?
51-
ehthumbs.db
52-
Thumbs.db
53-
.AppleDouble
54-
.LSOverride
55-
.bak
56-
.BAK
57-
58-
# ===================================== #
59-
# Instaladores de Windows
60-
# ===================================== #
61-
*.cab
62-
*.msi
63-
*.msm
64-
*.msp
65-
66-
# ===================================== #
67-
# Configurador de carpetas
68-
# ===================================== #
69-
Desktop.ini
70-
71-
# ===================================== #
72-
# Papelera de reciclaje utilizada en archivos compartidos
73-
# ===================================== #
74-
$RECYCLE.BIN/
75-
76-
# ===================================== #
77-
# Personalizados
78-
# ===================================== #
79-
Assets/_Content/GUI
80-
81-
# ===================================== #
82-
# COPYRIGHTED / ASSET STORE
83-
# ===================================== #
84-
{Carpeta proyecto}/Assets/ThirdParty/*
85-
{Carpeta proyecto}/Assets/ThirdParty.meta
86-
87-
# ===================================== #
88-
# GITEYE
89-
# ===================================== #
90-
*.project
91-
1+
# ===================================== #
2+
# Carpetas de Unity
3+
# ===================================== #
4+
Temp
5+
Library
6+
Obj
7+
obj
8+
/.[Vv][Ss][Cc]ode/
9+
/.[Vv][Ss]/
10+
Assets/AssetStoreTools*
11+
12+
# ===================================== #
13+
# Actualizacion de paquetes de Unity
14+
# ===================================== #
15+
Logs/
16+
17+
# ===================================== #
18+
# Archivos meta y Crash de Unity
19+
# ===================================== #
20+
*.pidb.meta
21+
sysinfo.txt
22+
23+
# ===================================== #
24+
# Visual Studio / MonoDevelop
25+
# ===================================== #
26+
ExportedObj/
27+
.consulo/
28+
*.svd
29+
*.userprefs
30+
*.csproj
31+
*.pidb
32+
*.suo
33+
*.sln
34+
*.user
35+
*.unityproj
36+
*.booproj
37+
*.lock
38+
*.vs
39+
*.tmp
40+
41+
42+
# ===================================== #
43+
# OS
44+
# ===================================== #
45+
.DS_Store
46+
.DS_Store?
47+
._*
48+
.Spotlight-V100
49+
.Trashes
50+
Icon?
51+
ehthumbs.db
52+
Thumbs.db
53+
.AppleDouble
54+
.LSOverride
55+
.bak
56+
.BAK
57+
58+
# ===================================== #
59+
# Instaladores de Windows
60+
# ===================================== #
61+
*.cab
62+
*.msi
63+
*.msm
64+
*.msp
65+
66+
# ===================================== #
67+
# Configurador de carpetas
68+
# ===================================== #
69+
Desktop.ini
70+
71+
# ===================================== #
72+
# Papelera de reciclaje utilizada en archivos compartidos
73+
# ===================================== #
74+
$RECYCLE.BIN/
75+
76+
# ===================================== #
77+
# Personalizados
78+
# ===================================== #
79+
Assets/_Content/GUI
80+
81+
# ===================================== #
82+
# COPYRIGHTED / ASSET STORE
83+
# ===================================== #
84+
{Carpeta proyecto}/Assets/ThirdParty/*
85+
{Carpeta proyecto}/Assets/ThirdParty.meta
86+
87+
# ===================================== #
88+
# GITEYE
89+
# ===================================== #
90+
*.project
91+

0 commit comments

Comments
 (0)