November 7, 2023

How to make a pull request github using the example of the namada repository

First of all, we log in under our github account and go to the repository https://github.com/anoma/namada-testnets

Find the fork button, click it

And click Create fork

We are waiting for some time until the fork of the repository is created. Next we will see the repository already in our github.
Since it is currently planned to submit PR to the testnet 15 branch, we open this directory in the browser.

Next, click add file and select create new file

In a new window, we fill in our data by analogy (do not copy what is written here, this is just for example). There is also an example in discord https://discord.com/channels/833618405537218590/1062301142727524383/1171145877683974144
In testnet 15, fields were added in order to be able to communicate with validators. this is: email, discord, elements, telegram and twitter. All you need is to enter them manually in the next line below the identification data about your validator after tendermint_node_key.

Email and discord are important to fill out. Fill in the remaining fields at your discretion. But if the field is not used, leave it empty as it is done in the example.
Next, click commit changes

Don't forget to name the file (name_of_you_val.toml) with your validator's PR (underlined in red)

Next, if you have already been a validator in past testnets, write by analogy
Update <you_val_moniker>.toml for testnet-15
and click Commit changes

Сheck that the file was created in our repository fork by ctrl+f

And if everything is in order, then click contribute and open pull request

Next, once again we run through the eyes of what we want PR and click create pull request

And it's ready :)