You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!-- One to two sentence description of the issue you are encountering or trying to solve. -->
6
4
5
+
### Extra detail
6
+
7
+
<!-- Please include any additional details that may be helpful in understanding the issue. -->
7
8
#### Screenshots
8
-
<If bug fix, please upload images of the error to better showcase the problem.>
9
+
10
+
<!-- If bug fix, please upload images of the error to better showcase the problem. -->
9
11
10
12
#### Reasoning
11
-
<If new idea or direction, please create a checklist of proposed ideas or next steps. [Example](https://github.com/github/training-kit/issues/415).>
12
-
13
-
### How to Contribute
14
-
-[ ] Comment on this issue if you'd like to work/collaborate on it!
15
-
-[ ] Fork the [repository](https://github.com/github/training-kit).
16
-
-[ ] Use the [GitHub Flow](https://guides.github.com/introduction/flow/) to make changes to your fork. [This](https://lab.github.com/githubtraining/introduction-to-github) is a refresher course if you're unsure about how to make a change on GitHub.
17
-
-[ ] Push your changes to your repository.
18
-
-[ ] Submit a Pull Request
13
+
14
+
<!-- If new idea or direction, please create a checklist of proposed ideas or next steps. [Example](https://github.com/github/training-kit/issues/415). -->
15
+
16
+
### How to contribute
17
+
18
+
- Comment on this issue if you'd like to work/collaborate on it!
19
+
- Fork the [repository](https://github.com/github/training-kit).
20
+
- Use the [GitHub Flow](https://guides.github.com/introduction/flow/) to make changes to your fork. [This](https://github.com/skills/introduction-to-github) is a refresher course if you're unsure about how to make a change on GitHub.
21
+
- Push your changes to your repository.
22
+
- Submit a Pull Request
19
23
- Base Dropdown: github/training-kit
20
24
- Compare Dropdown: Your fork
21
25
22
-
#### Testing Locally
26
+
#### Testing locally
27
+
23
28
If you'd like to make and test changes locally (and see how they would look if merged), do the following:
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+17-17
Original file line number
Diff line number
Diff line change
@@ -1,53 +1,53 @@
1
1
# Contributing to training-kit
2
2
3
-
:tada: Thank you for taking the time to contribute and for seeking out these instructions. We :heart: community contributions to these materials.
3
+
🎉 Thank you for taking the time to contribute and for seeking out these instructions. We :heart: community contributions to these materials.
4
4
5
-
<hr>
5
+
---
6
6
7
7
## Code of Conduct
8
8
9
9
This project and everyone who participates in it is governed by the [Contributor Covenant Code of Conduct](CODE_OF_CONDUCT.md). By participating, you are expected to uphold this code. Please report unacceptable behavior to [services@github.com](mailto:services@github.com).
10
10
11
-
<hr>
11
+
---
12
12
13
13
## What should I know before I get started?
14
14
15
15
### The goal of these resources
16
16
17
-
These materials are designed to help those new to Git, GitHub and software development as a whole. By using these cheatsheets, we hope users will:
17
+
These materials are designed to help those new to Git, GitHub and software development as a whole. By using these materials, we hope users will:
18
18
19
19
- Feel welcome and become active contributors in the open source community
20
-
- Learn best practices for using Git, GitHub and other GitHub supported projects such as Electron, Atom, etc
20
+
- Learn best practices for using Gitand GitHub
21
21
- Learn how to use the applications within GitHub's ecosystem to build better software
22
22
23
23
### Types of contributions we love
24
24
25
25
We're always looking for contributions to help improve these resources. This includes:
26
26
27
-
- Improving the existing cheatsheets
28
-
- Translations of existing cheatsheets into new languages
29
-
- Adding new classes or resources aligned with the [goals](#the-goal-of-these-resources)
27
+
- Improving the existing cheat sheets
28
+
- Translations of existing cheat sheets into new languages
29
+
- Adding new courseware or resources aligned with the [goals](#the-goal-of-these-resources)
30
30
31
-
<hr>
31
+
---
32
32
33
33
## How to contribute
34
34
35
35
### Report a bug
36
36
37
37
Oops, thanks for finding that! If you know how to fix it, please feel free to fork the repository and submit a change via Pull Request.
38
38
39
-
If you aren't sure how to fix it or just don't have time, we invite you to open a [new Issue](https://github.com/github/training-kit/issues/new). Please be sure to provide information so we can recreate the error.
39
+
If you aren't sure how to fix it or just don't have time, we invite you to open a [new Issue](https://github.com/github/training-kit/issues/new). Please be sure to provide information, so we can recreate the error.
40
40
41
41
### Translate existing resources
42
42
43
-
Several community members have been kind enough to translate the Git Cheat Sheets into various languages. At this time, we are only set up to serve the cheat sheets in various languages (but maybe you can help us change that :wink:) If you are planning to contribute a translation, please do the following:
43
+
Several community members have been kind enough to translate the Git Cheat Sheets into various languages. At this time, we are only set up to serve the cheat sheets in various languages (but maybe you can help us change that 😉). If you are planning to contribute a translation, please do the following:
44
44
45
45
- Fork this repository
46
-
- Create a new folder in the [downloads directory](https://github.com/github/training-kit/tree/master/downloads) using the standard abbreviation for the language you are providing.
47
-
- Copy the most recent [English version of the cheatsheet](https://github.com/github/training-kit/blob/master/downloads/github-git-cheat-sheet.md) to the folder you created.
46
+
- Create a new folder in the [downloads directory](https://github.com/github/training-kit/tree/main/downloads) using the standard abbreviation for the language you are providing.
47
+
- Copy the most recent [English version of the cheat sheet](https://github.com/github/training-kit/blob/main/downloads/github-git-cheat-sheet.md) to the folder you created.
48
48
- Complete the translation
49
-
- Add a link to the translated resource on [/index.html](https://github.com/github/training-kit/blob/master/index.html)
50
-
- Open a pull request against the `master` branch of this repository.
49
+
- Add a link to the translated resource on [/index.html](https://github.com/github/training-kit/blob/main/index.html)
50
+
- Open a pull request against the `main` branch of this repository.
51
51
- Be sure to @ mention a couple of your friends who are native speakers and ask them to review the translation.
52
52
- Update your translation based on feedback from your friends.
53
53
@@ -63,7 +63,7 @@ When you are contributing something new, we ask you to be familiar with our cont
63
63
64
64
If you just want to help out, but don't have a particular change in mind, check out the [open issues](https://github.com/github/training-kit/issues) for projects you can tackle, review an [open pull request](https://github.com/github/training-kit/pulls), or check out [the project ROADMAP](https://github.com/github/training-kit/projects/1).
65
65
66
-
<hr>
66
+
---
67
67
68
68
### Styling content
69
69
@@ -81,4 +81,4 @@ To build the materials do the following:
81
81
1. Run `script/build` to build the site
82
82
1. Run `script/server`
83
83
- When successful, the script will initiate a local server at `http://127.0.0.1:4000/`.
84
-
1. Simply paste that into your favorite web-browser and you will be ready to test
84
+
1. Simply paste that into your favorite web-browser, and you will be ready to test
0 commit comments