Skip to content

Commit a4912ff

Browse files
committed
docs: hacer que el archivo README.md sea más aplicable a este repositorio
- aclarar que el trabajo de bugs / características debe realizarse upstream - cambiar los enlaces para que apunten dentro del repositorio en lugar de a la web
1 parent a9920d6 commit a4912ff

File tree

2 files changed

+41
-15
lines changed

2 files changed

+41
-15
lines changed

README.en.md

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
[![CircleCI](https://circleci.com/gh/angular/angular/tree/master.svg?style=shield)](https://circleci.com/gh/angular/workflows/angular/tree/master)
2+
[![Join the chat at https://gitter.im/angular/angular](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/angular/angular?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
3+
[![npm version](https://badge.fury.io/js/%40angular%2Fcore.svg)](https://www.npmjs.com/@angular/core)
4+
5+
6+
# Angular
7+
8+
Angular is a development platform for building mobile and desktop web applications using TypeScript/JavaScript and other languages.
9+
10+
## Quickstart
11+
12+
[Get started in 5 minutes][quickstart].
13+
14+
## Changelog
15+
16+
[Learn about the latest improvements][changelog].
17+
18+
## Want to help?
19+
20+
Want to file a bug, contribute some code, or improve documentation? Excellent! Read up on our
21+
guidelines for [contributing][contributing] and then check out one of our issues in the [hotlist: community-help](https://github.com/angular/angular/labels/hotlist%3A%20community-help).
22+
23+
[contributing]: https://github.com/angular/angular/blob/master/CONTRIBUTING.md
24+
[quickstart]: https://angular.io/start
25+
[changelog]: https://github.com/angular/angular/blob/master/CHANGELOG.md
26+
[ng]: https://angular.io

README.md

+15-15
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
[![CircleCI](https://circleci.com/gh/angular/angular/tree/master.svg?style=shield)](https://circleci.com/gh/angular/workflows/angular/tree/master)
2-
[![Join the chat at https://gitter.im/angular/angular](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/angular/angular?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
3-
[![npm version](https://badge.fury.io/js/%40angular%2Fcore.svg)](https://www.npmjs.com/@angular/core)
1+
# Angular en español
42

3+
Angular es una plataforma de desarrollo para construir aplicaciones web y móviles que usa
4+
TypeScript/JavaScript y otros lenguajes de programación.
55

6-
# Angular
6+
## ¿Quieres ayudar?
77

8-
Angular es una plataforma de desarrollo para construir aplicaciones web y móviles que usa TypeScript/JavaScript y otros lenguajes de programación.
8+
### Documentación en español
99

10-
## Guía rápida
10+
¿Quieres mejorar la documentación? ¡Excelente! Lee nuestras pautas para
11+
[colaborar](CONTRIBUTING.md) y luego revisa algunos de nuestras
12+
[issues](https://github.com/angular-hispano/angular/issues).
1113

12-
[Comienza a usarlo en 5 minutos][quickstart].
14+
### El framework
1315

14-
## Registro de cambios (Changelog)
16+
La colaboración para corregir errores y agregar funciones en el framework debe realizarse en inglés a través
17+
del repositorio [angular/angular](https://github.com/angular/angular) upstream.
1518

16-
[Últimas mejoras realizadas][changelog].
19+
## Guía rápida
1720

18-
## ¿Quieres ayudar?
21+
[Comienza a usarlo en 5 minutos](https://docs.angular.lat/start).
1922

20-
¿Quieres encontrar fallos, colaborar con código, o mejorar la documentación? ¡Excelente! Lee nuestras
21-
pautas para [colaborar][contributing] y luego revisa algunos de nuestras incidencias (issues) en [ayuda comunitaria](https://github.com/angular-hispano/angular/labels/ayuda%20comunitaria).
23+
## Registro de cambios (Changelog)
2224

23-
[contributing]: https://github.com/angular-hispano/angular/blob/master/CONTRIBUTING.md
24-
[quickstart]: https://docs.angular.lat/start
25-
[changelog]: https://github.com/angular/angular/blob/master/CHANGELOG.md
25+
[Últimas mejoras realizadas](CHANGELOG.md).

0 commit comments

Comments
 (0)