Commit Graph

14 Commits

Author SHA1 Message Date
George 0c082372ba
Fixed urls in 1_bug_report.yml 2024-01-23 12:54:41 -03:00
George c99a453a87
Fixed urls in 2_feature_request.yml 2024-01-23 12:54:29 -03:00
George 7d861cbd52
Fixed url in config.yml 2024-01-23 12:54:14 -03:00
George fc2386014a
Updated links in issue template config.yml 2024-01-23 12:49:16 -03:00
George 6fcc28332c
Updated links in 2_feature_request.yml 2024-01-23 12:48:52 -03:00
George 2fa8141f22
Updated links in 1_bug_report.yml 2024-01-23 12:48:15 -03:00
George b0b19a1293
Removed 0 from bug report 2024-01-23 12:12:16 -03:00
George ec9571a8c1
Improved issues templates (#2110)
Since a lot of issues opened are just questions that should be opened as
so, and sometimes the issue template is just not followed, I decided to
make opening new issues a little more "enforced", if not clear.

I based the new templates on the ones from [pytorch
lightning](https://github.com/Lightning-AI/pytorch-lightning/issues/new/choose),
which I think are pretty good. The visuals will only appear after the
merge is processed, but you can have an idea of how it will look like by
checking their templates and how they look.

---------

Signed-off-by: George Araújo <george.gcac@gmail.com>
2024-01-23 12:10:03 -03:00
George 65c5c8a056
Added acknowledge section to feature_request.md 2024-01-22 11:11:48 -03:00
George 5459ef19b8
Changed file paths in bug_report.md 2024-01-11 15:28:47 -03:00
Maruan beb6f27d59
format code with prettier.io (#2048)
summary:
- adds prettier formatter configuration
- formats the entire repo using prettier, ignoring minified files
(`*.min.css`) and heavy generated html
- changes extensions of all `.html` files to `.liquid`, which is more
correct and necessary for prettier to work correctly
- replaces "%-" and "-%" with just "%" — manual liquid formatting using
minus signs is superfluous since we are compressing and minifying the
code anyway
- adds CI action for running prettier check on PR and pushes to master
2024-01-10 00:10:51 -05:00
Maruan 664220e5f8
Update bug_report.md 2021-07-31 12:35:05 -04:00
Maruan 452a50e7c6 Update issue templates 2020-06-24 13:31:02 -04:00
Maruan ee63cb0f3a Update issue templates 2020-06-21 14:57:12 -04:00