ObjMatrix  Check-in [48f9fdb1d6]

Overview
Comment:Add .github
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 48f9fdb1d6c61ec591d266179cef15fa9f44ca45ae95cdd301e61d3245aed234
User & Date: js on 2020-10-03 15:06:01
Other Links: manifest | tags
Context
2020-10-03
15:28
MTXRequest: Improve handling of failed requests check-in: 99420a37d1 user: js tags: trunk
15:06
Add .github check-in: 48f9fdb1d6 user: js tags: trunk
14:48
README.md: Mention that this needs Clang check-in: c2d5689934 user: js tags: trunk
Changes

Modified .fossil-settings/ignore-glob from [2f52ddd303] to [c22fcfdab0].

1
2
3
4
5
6
7
8
9
10
11
12

13
14
15
16
17
18
19
20
*.a
*.dep
*.dll
*.dylib
*.exe
*.framework
*.library
*.o
*.orig
*.so
*.so.*
*/.deps

aclocal.m4
autom4te.cache
buildsys.mk
config.log
config.status
configure
extra.mk
tests/tests












>








1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
*.a
*.dep
*.dll
*.dylib
*.exe
*.framework
*.library
*.o
*.orig
*.so
*.so.*
*/.deps
.deps
aclocal.m4
autom4te.cache
buildsys.mk
config.log
config.status
configure
extra.mk
tests/tests

Added .github/FUNDING.yml version [ebf2f393db].



>
1
github: Midar

Added .github/ISSUE_TEMPLATE/config.yml version [741f1dd5b4].

































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
blank_issues_enabled: true
contact_links:
  - name: New ObjMatrix ticket
    url: https://fossil.nil.im/objmatrix/tktnew
    about:
      Please use this to create a new ticket. You can also report issues on
      GitHub, but this is preferred.
  - name: Existing ObjMatrix tickets
    url: https://fossil.nil.im/objmatrix/reportlist
    about: Please use this to look for existing tickets.
  - name: ObjMatrix Forum
    url: https://fossil.nil.im/objmatrix/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.