-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (24 loc) · 876 Bytes
/
index.html
File metadata and controls
29 lines (24 loc) · 876 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
---
layout: default
title: Home
statuses: ["Final"]
---
<h1 class="page-heading">PIPs</h1>
<p>
{{ site.description }}
</p>
<p>
The primary goal of a PIP is to encourage the development team to write down ideas before implementation and
invite the community to contribute more efficiently.
It also helps to brainstorm, review, and discuss changes and potential issues before
they can impact the production environment.
</p>
<h2>Contributing</h2>
<p>To get started, please review <a href="PIPs/pip-1">PIP-1</a>.
Next, clone the repository and create your own PIP using the provided
<a href="https://github.com/pactus-project/PIPs/blob/main/pip-template.md?plain=1">template</a>.
Once your PIP is ready, submit a Pull Request to the
<a href="https://github.com/pactus-project/PIPs">Pactus PIPs repository</a>.
</p>
<hr>
{% include piptable.html pips=site.pages %}