diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-09-28 20:26:15 +0200 |
---|---|---|
committer | Rodrigo <rodarima@gmail.com> | 2025-09-28 23:10:55 +0200 |
commit | fb510ea86be5ceb9e91573890242581fdbd77ad8 (patch) | |
tree | d819fe40683592008d136727f5a0b03e48dc1164 /README.md |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..2eaaead --- /dev/null +++ b/README.md @@ -0,0 +1,33 @@ +# Dillo bug tracker + +This repository contains the issues for the Dillo web browser. Each issue is +contained in a directory named with the issue number. The text of the issue +is stored in the index.md markdown file and any extra attachments are placed +inside the issue directory. + +Issue metadata follows the email headers, example: + + Title: Indentation error on cgit diff + Author: Rodrigo Arias Mallo + Created: Sun, 28 Sep 2025 14:44:28 +0200 + State: open + + Indentation with tabs in cgit diff seems to be broken, elements don't get + aligned as expected. + +Comments are added in the same file by including the separator `--%--` and +additional headers: + + --%-- + From: rodarima + Date: 2025-08-23 13:33:46+00:00 + + So, there are two issues here: + +The format of the issues is barely restricted, so direct HTML can be included to +include HTML reproducers inline. + +To modify the issues, edit directly the index.md file and run `make` to render +the output before pushing the changes to upstream. + +To close an issue simply change the `State: open` line to `State: closed`. |