Skip to content

Commit

Permalink
Merge pull request #9 from ProxeusApp/update-contribution-and-securit…
Browse files Browse the repository at this point in the history
…y-blurb

Updates contributing blurb
  • Loading branch information
proxeus-github committed Sep 23, 2019
2 parents 0e665da + 3c18be4 commit 8664030
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 4 deletions.
22 changes: 19 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,26 @@ Proxeus platform.

The user manual is available here: [User Manual](https://docs.google.com/document/d/1SP0ZimG7uemfZ2cF2JkY5enUZnBJLDyfcJGZnyWOejQ)

## 3 Misc
## Contributing

### 3.1 XES-Payment
As an open-source project, we welcome any kind of community involvement, whether that is by contributing code, reporting issues or
engaging in insightful discussions. Especially, we are looking forward to receiving contributions for custom workflow nodes.

See the [coding style](coding_style.md) section for instructions on the coding style we use.

Please use our support@proxeus.com email to open improvement and bug tickets.

### Security Issues

If you find a vulnerability that may affect live or testnet deployments please send your report privately to
security@proxeus.com. Please DO NOT file a public issue.

## Misc

### XES-Payment
For more info check the [XES-Payment Readme](docs/xes-payment.md).

### 3.2 Smart contracts & Solidity
### Smart contracts & Solidity
For more info check the [Smart contracts & Solidity Readme](https://github.com/ProxeusApp/proxeus-contract).


2 changes: 1 addition & 1 deletion docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

- [Custom Workflow Nodes](custom_workflow_nodes.md)

- Contributing
- [Contributing](contributing.md)

- [Coding Style](coding_style.md)

Expand Down
16 changes: 16 additions & 0 deletions docs/contributing.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
## Contributing

As an open-source project, we welcome any kind of community involvement, whether that is by contributing code, reporting issues or
engaging in insightful discussions. Especially, we are looking forward to receiving contributions for custom workflow nodes.

See the [coding style](coding_style.md) section for instructions on the coding style we use.

Please use our support@proxeus.com email to open improvement and bug tickets.


### Security Issues

If you find a vulnerability that may affect live or testnet deployments please send your report privately to
security@proxeus.com. Please DO NOT file a public issue.


6 changes: 6 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="//unpkg.com/docsify/lib/themes/vue.css">
<style>
.sidebar ul li p a {
font-size: 15px;
font-weight: 700;
}
</style>
</head>
<body>
<nav>
Expand Down

0 comments on commit 8664030

Please sign in to comment.