Skip to content

Commit 14686e6

Browse files
committed
Add contributing.md
0 parents  commit 14686e6

2 files changed

Lines changed: 24 additions & 0 deletions

File tree

.editorconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 2
6+
end_of_line = lf
7+
charset = utf-8
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true

pages/contributing.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Contributing
2+
3+
We welcome all kinds of contributions, questions, and discussions related to the formalization of mathematical logic.
4+
5+
## How to Contact
6+
7+
Please open a new topic at [GitHub Discussions](https://github.com/orgs/FormalizedFormalLogic/discussions) unless your message needs to be kept confidential.
8+
9+
The reason is simple: handling similar inquiries individually (for example, requests for advice on formalizing a particular area) can easily lead to duplicated effort.
10+
11+
If you do not have a GitHub account or you think your message should remain confidential, please send an email us using the contact information provided on the developers' page.
12+
13+
## Language
14+
15+
We primary use Japanese in discussion, but English is also ok.

0 commit comments

Comments
 (0)