Skip to content

Commit 9ec47e3

Browse files
authored
docs: update issue templates and spanish readme (#445)
1 parent 10f3703 commit 9ec47e3

File tree

9 files changed

+251
-588
lines changed

9 files changed

+251
-588
lines changed

.github/ISSUE_TEMPLATE/bug.md

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
name: Bug
3+
about: Report a bug found in angular-bootstrap-datetimepicker or the docs
4+
5+
---
6+
7+
#### What is the expected behavior?
8+
9+
10+
#### What is the current behavior?
11+
12+
13+
#### What are the steps to reproduce?
14+
Providing a StackBlitz reproduction is the *best* way to share your issue. <br/>
15+
You can fork the demo on StackBlitz: https://stackblitz.com/github/dalelotts/angular-bootstrap-datetimepicker-demo<br/>
16+
17+
18+
#### Which versions of angular-bootstrap-datetimepicker, OS, TypeScript, browsers are affected?
19+
20+
21+
#### Is there anything else we should know?

.github/ISSUE_TEMPLATE/feature.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Feature
3+
about: Propose a new feature for angular-bootstrap-datetimepicker
4+
5+
---
6+
7+
#### Please describe the feature you would like to request.
8+
9+
10+
#### What is the use-case or motivation for this proposal?
11+
12+
13+
#### Is there anything else I should know?

.github/ISSUE_TEMPLATE/question.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
---
2+
name: Question
3+
about: Ask a question about how to use angular-bootstrap-datetimepicker
4+
5+
---
6+
7+
# Please do not ask questions here
8+
9+
A support question starts with `how`, `why`, or some other statement indicating you are trying to understand how to use this component.
10+
11+
**This repository's issues are reserved for feature requests and bug reports.**
12+
13+
**Support questions here will be CLOSED without explanation.**
14+
15+
For support questions, please use one of these channels:
16+
17+
- Gitter: https://gitter.im/dalelotts/angular-bootstrap-datetimepicker
18+
- Stack Overflow: http://stackoverflow.com/search?q=angular-bootstrap-datetimepicker

.github/issue_template.md

-40
This file was deleted.

README.es_MX.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Selector de fecha y hora con bootstrap para Angular 5+
1+
# Selector de fecha y hora con bootstrap para Angular 7+
22

3-
Componente selector de fecha/hora nativo para Angular (5+) estilizado con Bootstrap 4.
3+
Componente selector de fecha/hora nativo para Angular (7+) estilizado con Bootstrap 4.
44

55
[![npm downloads](https://img.shields.io/npm/dm/angular-bootstrap-datetimepicker.svg)](https://www.npmjs.com/package/angular-bootstrap-datetimepicker)
66
[![Build Status](https://travis-ci.org/dalelotts/angular-bootstrap-datetimepicker.png?branch=master)](https://travis-ci.org/dalelotts/angular-bootstrap-datetimepicker)
@@ -103,7 +103,7 @@ Si el contenedor padre no es lo suficientemente ancho (mayor a 340px) el diseño
103103
Otros lenguajes/locales es probable que requieran un contenedor un poco mas ancho para poder mostrar apropiadamente el contenido.
104104

105105
## Configuración
106-
Utiliza el [generador de configuración automatizado](https://angular-bootstrap-datetimepicker.stackblitz.io/) (por favor hazme saber si no funciona para tu caso!),
106+
Utiliza el [generador de configuración automatizado](https://stackblitz.com/github/dalelotts/angular-bootstrap-datetimepicker-demo) (por favor hazme saber si no funciona para tu caso!),
107107
o ve a [https://dalelotts.github.io/angular-bootstrap-datetimepicker/](https://dalelotts.github.io/angular-bootstrap-datetimepicker/)
108108
para visualizar la documentación generada por automático.
109109

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ Other languages/locals may require a wider container to fit the contents.
106106

107107
## Configuration
108108

109-
Use the [automated configuration generator](https://angular-bootstrap-datetimepicker.stackblitz.io/) (please let me know if it does not work for your use case!),
109+
Use the [automated configuration generator](https://stackblitz.com/github/dalelotts/angular-bootstrap-datetimepicker-demo) (please let me know if it does not work for your use case!),
110110
or see [https://dalelotts.github.io/angular-bootstrap-datetimepicker/](https://dalelotts.github.io/angular-bootstrap-datetimepicker/)
111111
for the automatically generated documentation.
112112

images/coverage-badge.svg

+9
Loading

0 commit comments

Comments
 (0)