ObjFW  Check-in [c71ce345d4]

Overview
Comment:Add an issue template for GitHub
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: c71ce345d40905bd89ae34c29783269f15e32f24a119056c592423606a4fc14c
User & Date: js on 2020-09-30 21:32:44
Other Links: manifest | tags
Context
2020-10-03
11:35
Use /** */ instead of /*! */ for documentation check-in: 163a4a5a2e user: js tags: trunk
2020-09-30
21:32
Add an issue template for GitHub check-in: c71ce345d4 user: js tags: trunk
2020-09-29
22:28
OFDate: Use more autorelease pools check-in: 83f4c928a6 user: js tags: trunk
Changes

Added .github/ISSUE_TEMPLATE/config.yml version [c578ed1d2f].






















1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
blank_issues_enabled: true
contact_links:
  - name: New ObjFW ticket
    url: https://objfw.nil.im/tktnew
    about:
      Please use this to create a new ticket. You can also report issues on
      GitHub, but this is preferred.
  - name: Existing ObjFW tickets
    url: https://objfw.nil.im/reportlist
    about: Please use this to look for existing tickets.
  - name: ObjFW Forum
    url: https://objfw.nil.im/forum
    about: Please use this if you have questions or want support.
  - name: ObjFW Matrix Room
    url: https://matrix.to/#/%23objfw:nil.im
    about: Please use this for interactive questions and support.
  - name: ObjFW IRC Channel
    url: https://webchat.freenode.net/?channels=objfw
    about:
      Please use this for interactive questions and support - it is bridged to 
      the Matrix room above.

Modified README.md from [08dca7b831] to [f866fd61d7].

353
354
355
356
357
358
359
360
361



362
363
364
365
366
367
368
369
370
371
353
354
355
356
357
358
359


360
361
362
363
364
365
366
367
368
369
370
371
372







-
-
+
+
+










<h1 id="support">Support and community</h1>

  If you have any questions about ObjFW or would like to talk to other ObjFW
  users, the following venues are available:

   * The [forum](https://objfw.nil.im/forum)
   * A [Matrix](https://matrix.to/#/%23objfw:nil.im) room
   * An [IRC channel](irc://chat.freenode.net/#objfw) on Freenode (`#objfw`),
     bridged to the Matrix room above
   * An [IRC channel](irc://chat.freenode.net/#objfw) on Freenode (`#objfw`,
     [web chat](https://webchat.freenode.net/?channels=objfw)), bridged to the
     Matrix room above

  Please don't hesitate to join any or all of those!


<h1 id="commercial-use">Commercial use</h1>

  If for whatever reason neither the terms of the QPL nor those of the GPL work
  for you, a proprietary license for ObjFW including support is available upon
  request. Just write a mail to js@nil.im and we can find a reasonable solution
  for both parties.