Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates contributing blurb #9

Merged
merged 1 commit into from
Sep 23, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 19 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,10 +58,26 @@ Proxeus platform. *TODO: link to the github pages documentation site when ready*

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 [email protected] 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
[email protected]. 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 [email protected] 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
[email protected]. 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