We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22f762c commit 88da28fCopy full SHA for 88da28f
.github/settings.yml
@@ -0,0 +1,19 @@
1
+#
2
+# SPDX-License-Identifier: Apache-2.0
3
4
+
5
+repository:
6
+ name: fabric-chaincode-java
7
+ description: Hyperledger Fabric Contract and Chaincode implementation for Java
8
+ https://wiki.hyperledger.org/display/fabric
9
+ homepage: https://jira.hyperledger.org/issues/?jql=project+%3D+FAB+AND+component+%3D+fabric-chaincode-java
10
+ default_branch: master
11
+ has_downloads: true
12
+ has_issues: false
13
+ has_projects: false
14
+ has_wiki: false
15
+ archived: false
16
+ private: false
17
+ allow_squash_merge: false
18
+ allow_merge_commit: true
19
+ allow_rebase_merge: true
0 commit comments