Add daily discussions table, fixes #4
This commit is contained in:
parent
171d9ead05
commit
cc1e1fa50c
|
@ -11,6 +11,7 @@
|
|||
* [Tags](#tags)
|
||||
* [Topic Log](#topic-log)
|
||||
* [Statistics](#statistics)
|
||||
* [Daily Discussions](#daily-discussions)
|
||||
* [Issue Table](#issue-table)
|
||||
* [Opened](#opened)
|
||||
* [Closed](#closed)
|
||||
|
@ -154,6 +155,34 @@ Amount of labels assigned to closed issues:
|
|||
* [suggestion](https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=suggestion): 5 times.
|
||||
* [tweak](https://gitlab.com/tildes/tildes/issues?state=closed&label_name%5B%5D=tweak): 5 times.
|
||||
|
||||
## Daily Discussions
|
||||
|
||||
| Date | Title | URL |
|
||||
|------|-------|-----|
|
||||
| 2018-06-01 | Is "activity" sort still holding up as the default? | [Click](https://tildes.net/~tildes.official/1au) |
|
||||
| 2018-06-02 | New groups added, please subscribe to them if you're interested. | [Click](https://tildes.net/~tildes.official/1e1) |
|
||||
| 2018-06-03 | Should we allow groups to have customized appearances? | [Click](https://tildes.net/~tildes.official/1hw) |
|
||||
| 2018-06-04 | What missing/broken things are the most "shocking"? | [Click](https://tildes.net/~tildes.official/1l3) |
|
||||
| 2018-06-05 | Quality concerns. | [Click](https://tildes.net/~tildes.official/1oz) |
|
||||
| 2018-06-06 | Let's talk more about filtering. | [Click](https://tildes.net/~tildes.official/1t8) |
|
||||
| 2018-06-07 | Banning for bad-faith/trolling behavior. | [Click](https://tildes.net/~tildes.official/1wa) |
|
||||
| 2018-06-08 | Future daily Tildes discussions. | [Click](https://tildes.net/~tildes.official/1yx) |
|
||||
| 2018-06-09 | Should inviter/invitee info be public? | [Click](https://tildes.net/~tildes.official/1zz) |
|
||||
| 2018-06-10 | Let's start gathering some thoughts for commenting guidelines. | [Click](https://tildes.net/~tildes.official/22k) |
|
||||
| 2018-06-11 | Finding a balance between discussions and quality links. | [Click](https://tildes.net/~tildes.official/247) |
|
||||
| 2018-06-12 | Thoughts on recruiting. | [Click](https://tildes.net/~tildes.official/26f) |
|
||||
| 2018-06-13 | General feedback/questions. | [Click](https://tildes.net/~tildes.official/28f) |
|
||||
| 2018-06-14 | Topic tag standardization/guidelines. | [Click](https://tildes.net/~tildes.official/2ab) |
|
||||
| 2018-06-15 | Starting some moderation. | [Click](https://tildes.net/~tildes.official/2c4) |
|
||||
| 2018-06-16 | Haunted by data. | [Click](https://tildes.net/~tildes.official/2d4) |
|
||||
| 2018-06-18 | The importance of content. | [Click](https://tildes.net/~tildes.official/2fx) |
|
||||
| 2018-06-19 | Metafilter. | [Click](https://tildes.net/~tildes.official/2ht) |
|
||||
| 2018-06-20 | "New topic" page and process updated. | [Click](https://tildes.net/~tildes.official/2kh) |
|
||||
| 2018-06-21 | "Trial" groups? | [Click](https://tildes.net/~tildes.official/2mm) |
|
||||
| 2018-06-22 | Nothing in particular. | [Click](https://tildes.net/~tildes.official/2o3) |
|
||||
| 2018-06-23 | Title editing. | [Click](https://tildes.net/~tildes.official/2p6) |
|
||||
| 2018-06-25 | Please help write new descriptions for the groups. | [Click](https://tildes.net/~tildes.official/2rn) |
|
||||
|
||||
## Issue Table
|
||||
|
||||
**This will be regenerated on June 30th and is not the final table.**
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
* [Section](#section)
|
||||
* [Another Section](#another-section)
|
||||
* [Statistics](#statistics)
|
||||
* [Daily Discussions](#daily-discussions)
|
||||
* [Issue Table](#issue-table)
|
||||
* [Opened](#opened)
|
||||
* [Closed](#closed)
|
||||
|
@ -31,6 +32,14 @@ If you'd like to write a highlight section or want to contribute in any other wa
|
|||
<!-- Any statistics that would be fun/interesting to read about, more info: issue #1 -->
|
||||
<!-- These are automatically generated, see the README. -->
|
||||
|
||||
## Daily Discussions
|
||||
|
||||
<!-- Table format should be like this: -->
|
||||
|
||||
| Date | Title | URL |
|
||||
|------|-------|-----|
|
||||
| YYYY-MM-DD | Title of the discussion, excluding the "Daily Tildes Discussion" part. | [Click](https://tildes.net/~tildes.official) |
|
||||
|
||||
## Issue Table
|
||||
|
||||
<!-- This is automatically generated, see the README. -->
|
||||
|
|
Reference in New Issue