Skip to content

Commit

Permalink
Update fix-strip-template.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Olf0 authored Sep 30, 2023
1 parent f50192b commit e8461c7
Showing 1 changed file with 21 additions and 10 deletions.
31 changes: 21 additions & 10 deletions .github/ISSUE_TEMPLATE/fix-strip-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,28 +7,39 @@ assignees: ''

---

**Daily Comics VERSION** (Daily Comics → [Top pulley] About):
**Daily Comics VERSION** (Daily Comics → [Top pulley] About): ***`<x.y.z>`***
<br />

#### REQUIRED METADATA
- Name of the strip: *\<official, full name\>*
- Author(s): *\<real name(s), if available\>*
- Home webpage: *\<official webpage\>*
- Name of the strip<br />
***\<official, full name\>***
- Author(s)<br />
***\<real name(s), if available, and pseudonym(s) / nickname(s)\>***
- Home webpage<br />
***\<URL to official webpage\>***
- Existing strip, which is very typical for this comic strip
(shouid include the main character(s) of this strip): *<URL or image file>*
(shouid include the main character(s) of this strip)<br />
***\<URL or image file\>***
- Easily recognisable logo, icon or picture for the cover page of this
strip (might include the main character(s) of this strip): *<URL or image file>*
strip (might include the main character(s) of this strip)<br />
***\<URL or image file\>***

See **[this document] ()** for details on these requirements, the image resolutions stated there are the minimal ones: Images can be easily downscaled, but up-scaling always involves a significant loss of visual quality.

#### NECESSARY DATA
These are technically necessary to implement a new strip source in Daily Comic.
- Webpage, whose HTML source code enables extracting an URL to a single image of the newest, published strip. This page can be identical to the home-page of the strip, which is provided in the prior paragraph.
- An idea for n RegEx (regular expression) to do so.
- Webpage, whose HTML source code enables extracting an URL to a single image of the newest, published strip. This page can be identical to the home-page of the strip, which is provided in the prior paragraph.<br />
***\<URL\>***
- An idea for a RegEx (regular expression) to do so<br />
***`<RegEx>`***
- If such a single RegEx is not feasible, you can provide a JavaCript code snippet, which extracts the URL to the image of the current comic strip.
```
<JavaScript code>
```

Providing this data significantly lowers the time and effort it takes to implemnent a new strip. Or provide a pull request (PR) for this new comic strip, after having read **[this guidance] ()**.
Also providing this necessary data lowers the time and effort it takes to implement a new strip significantly. Or provide a pull request (PR) for this new comic strip, after having read **[this guidance] ()**.

#### ADDITIONAL INFORMATION
*\<Please consider which other pieces of information may be relevant.\>*

*\<Please consider thoroughly which other pieces of information may be relevant.\>*

0 comments on commit e8461c7

Please sign in to comment.