You need a GitHub Account to contribute. If you don't have one, don't worry, it's very easy. Just go to this page.
We also ask you to agree with our code of conduct.
You are now ready to make your first pull request ! Now, there is two ways : the easy way, and the developer way. Choose the one you are the most confortable with
The easy way
- Go to https://mod-dotnet-bot.net and create your own .NET Bot.
- Export it to an image (use the share and then download buttons).
- Rename the image file with your GitHub username (ex: your-username.png).
- Go to this GitHub repository.
- Fork the repository by clicking the "fork" button on the top right.
- Upload and commit your image in the "bots" folder
- Navigate to the Code tab
- Go into the bots folder
- Click on Add file button
- Drag & Drop your file in the designated area
- Add a commit changes message
- Click on Commit changes (make sure the image is fully uploaded before)
- Add and commit your GitHub username and message in the contributors.json file
- Navigate to the Code tab
- Open the contributors.json file
- Click on the 🖉 icon. This should open a text editor
- Add a line with your username and a short message before the others
{ "username": "your-username", "message": "Say something kind or fun" }, - Add a commit changes message
- Click on Commit changes
- Create the Pull Request 🎉
- Navigate to the Code tab
- Just above the folders & files list, you should have a Pull request button. Click on it
- Click on the Create pull request button
- Enter a title
- Make sure your pull request checks all the conditions
- Click on the Create pull request button
You can go back to the home page to view your bot
The developer way
- Go to https://mod-dotnet-bot.net and create your own .NET Bot
- Export it to an image (use the share and then download buttons)
- Go to this GitHub repository
- Fork the repository and clone it
- Rename the image file with your GitHub username (ex: your-username.png)
- Add your image in the bots/ folder
- In the contributor.json file, add a line with your GitHub username and a short message
- Commit and push your modification
- Make sure your pull request checks all the conditions
- Create a PR
{ "username": "your-username", "message": "Say something kind or fun" },
Your PR must respect the following conditions:
- Your contribution must respect the code of conduct.
- It's your first PR to this repository.
- You have added your image of the dot downloaded from https://mod-dotnet-bot.net.
- You have not changed the image.
- The image filename must be your GitHub username (ex: your-username.png).
- You are using your own GitHub account and it's the same as the PR author.
- Into the contributors.json file, the message must be short and respect the code of conduct.