Skip to content
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
10 changes: 5 additions & 5 deletions source/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,18 +3,18 @@

## Follow these steps **only once**

1. Go to [https://github.com/campa-consortium/pals](https://github.com/campa-consortium/pals).
1. Go to [https://github.com/pals-project/pals](https://github.com/pals-project/pals).

2. Click the pulldown arrow next to `Fork`, click `Create a new fork`, and specify your GitHub username in the `Owner` field (e.g., "username").

3. Go back to [https://github.com/campa-consortium/pals](https://github.com/campa-consortium/pals), click `Code` > `SSH`, and copy the url of the repo:
(e.g., `git@github.com:campa-consortium/pals.git`)
3. Go back to [https://github.com/pals-project/pals](https://github.com/pals-project/pals), click `Code` > `SSH`, and copy the url of the repo:
(e.g., `git@github.com:pals-project/pals.git`)

The simpler option `Code` > `HTTPS` can be used if the user just want to look at the repo. (This does not require a password setup.)

4. On your local machine, from the terminal, clone the main repository:
```
git clone git@github.com:campa-consortium/pals.git
git clone git@github.com:pals-project/pals.git
cd pals
```
5. Rename what we just cloned: call it "mainline":
Expand Down Expand Up @@ -65,6 +65,6 @@ git commit -m "Add element template."
git push -u username add_template
```

9. Follow the link that is generated to open a new pull request on GitHub that includes these changes, e.g., go to [https://github.com/campa-consortium/pals/compare](https://github.com/campa-consortium/pals/compare).
9. Follow the link that is generated to open a new pull request on GitHub that includes these changes, e.g., go to [https://github.com/pals-project/pals/compare](https://github.com/pals-project/pals/compare).

10. Add a title and additional information relevant to the pull request (as needed).
3 changes: 0 additions & 3 deletions source/governance.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,8 @@ SC members can resign or be removed by majority vote, e.g., due to inactivity, b
- David Sagan
- Chad Mitchell
- Axel Huebl
- Remi Lehe

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@RemiLehe just checking if you like to be dropped from PALS maintainers for now?

- Edoardo Zoni

GitHub team [here](https://github.com/orgs/campa-consortium/teams/lattice-standard-technical-committee).

### Role

The technical committee (TC) is the core governance body, where under normal operations most ideas are discussed and decisions are made.
Expand Down