Skip to content

Commit 5ae5017

Browse files
committed
Maintenance mode
1 parent bc3e7b6 commit 5ae5017

3 files changed

Lines changed: 56 additions & 4 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
blank_issues_enabled: false
2+
contact_links:
3+
- name: Estado de mantenimiento / Maintenance status
4+
url: https://github.com/hectorespert/python-oligo#readme
5+
about: 'La librería está en modo mantenimiento. Solo se aceptan bugs reproducibles. The library is in maintenance mode; only reproducible bugs are accepted.'
6+
Lines changed: 40 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,46 @@
11
---
22
name: Issue template
3-
about: Describe this issue template's purpose here.
4-
title: ''
5-
labels: ''
3+
about: Generic issue template (maintenance mode: ONLY reproducible bugs) / Plantilla genérica (modo mantenimiento: SOLO bugs reproducibles)
4+
title: '[Issue] Breve título'
5+
labels: bug
66
assignees: ''
7-
87
---
98

9+
> [!WARNING]
10+
> ES: Esta librería está en MODO MANTENIMIENTO. Solo se aceptarán informes de errores reproducibles. Solicitudes de nuevas funcionalidades o soporte extendido serán cerradas.
11+
> EN: This library is in MAINTENANCE MODE. Only reproducible bug reports will be accepted. New feature requests or extended support will be closed.
12+
13+
### Descripción / Description
14+
Explica el problema de forma clara.
15+
16+
### Pasos para reproducir / Steps to reproduce
17+
1.
18+
2.
19+
3.
20+
21+
### Comportamiento esperado / Expected behavior
22+
¿Qué debería ocurrir?
23+
24+
### Comportamiento actual / Current behavior
25+
¿Qué ocurre realmente?
26+
27+
### Logs / Traceback
28+
```text
29+
(pega aquí)
30+
```
31+
32+
### Entorno / Environment
33+
- Python versión:
34+
- SO / OS:
35+
- Versión oligo:
36+
- Método instalación (pip/poetry):
37+
38+
### Código mínimo / Minimal code
39+
```python
40+
# fragmento mínimo que reproduce el problema
41+
```
42+
43+
### Notas adicionales / Additional notes
44+
Información extra relevante.
1045

46+
<!-- Gracias por seguir las directrices de mantenimiento. -->

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
## [ES] Cliente Python (NO OFICIAL) para i-DE (Iberdrola distribución).
88

9+
> [!WARNING]
10+
> Esta librería está en modo mantenimiento.
11+
> No se añadirán nuevas funcionalidades, solo se corregirán errores mientras el api web de i-DE siga funcionando de la misma manera.
12+
913
### Instalación:
1014

1115
#### Requests support:
@@ -119,6 +123,12 @@ dato de una semana, que son 7 por 24, 168 valores. Si sumamos y dividimos
119123
por 1000, tenemos el consumo de una semana en kWh.
120124

121125
## [EN] Python client (UNOFFICIAL) for i-DE (Iberdrola distribución).
126+
127+
> [!WARNING]
128+
> This library is in maintenance mode.
129+
> No new features will be added, only bugs will be fixed while the i-DE web api
130+
> continues to work in the same way.
131+
122132
### Install:
123133

124134
```

0 commit comments

Comments
 (0)