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

Update Governance.md #65

Merged
merged 2 commits into from
Apr 24, 2024
Merged
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
18 changes: 18 additions & 0 deletions website/docs/about/Governance.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,24 @@ The UNTP includes a number of distinct and separately versioned components such
|0.0.0|Raw| 2024-01-01| TBA |Empty framework|
| | | | | |

## Contribution Process
In general we follow the standard GIT Pull Request process.

1. By far the easiest way is to start from the Edit feature, here:
![image](https://github.com/uncefact/spec-untp/assets/1311010/4b1c7e3d-aed8-4a58-8cd6-d9969f5e8ceb)

2. Make your changes in the markdown file, then commit:
![image](https://github.com/uncefact/spec-untp/assets/1311010/2ff55bd0-1e68-406b-a9b3-3f229d9921fb)

3. Just click okay on this (we don’t have a commit message policy):
![image](https://github.com/uncefact/spec-untp/assets/1311010/4fec84b8-1d1a-4a2a-a523-023d84940691)

4. Then create a pull request for your change request. Here we do prefer a suitable title and a brief description of the change you are suggesting:
![image](https://github.com/uncefact/spec-untp/assets/1311010/c88cbf4a-57d9-42e6-86cf-ad6b1c9bb200)

5. We will process your PR in the next meeting. Note that you will not see your change on the website before that happens, and we have agreed to merge your PR.
![image](https://github.com/uncefact/spec-untp/assets/1311010/feaa69f7-8bad-45a0-aa3e-e678f74edb94)


## Meetings

Expand Down
Loading