Hack week 2025: Fix linter warnings in communities and contributing folder (#53934)
This commit is contained in:
@@ -83,7 +83,7 @@ If you are creating a diagram to explain when or how something happens, consider
|
||||
|
||||
* [Flowchart](https://en.wikipedia.org/wiki/Flowchart): Flowcharts are useful for showing the steps in a process. In this example, the rectangles represent steps in a process and the diamond represents a decision point where the chart branches into two possible endpoints.
|
||||
|
||||

|
||||

|
||||
|
||||
* [Gantt chart](https://en.wikipedia.org/wiki/Gantt_chart): Gantt charts are useful for showing how long tasks take and when they overlap. In this example, the horizontal axis is labelled "Time" and the blue rectangles represent three discrete tasks. Task 1 and task 2 overlap, which means that at least part of the tasks happen at the same time. Task 3 does not overlap with the other tasks, which means that it happens after the first two are completed.
|
||||
|
||||
@@ -123,7 +123,7 @@ If you are creating a diagram to explain why something is the way that it is, co
|
||||
|
||||
* [Venn diagram](https://en.wikipedia.org/wiki/Venn_diagram): Venn diagrams are useful for showing shared traits or overlap of ideas. Circles represent concepts or things, and the area where the circles overlap represent shared traits between things. In this example, the overlap between the circle labelled "Octopus" and the circle labelled "Cat" is labelled "Octocat," which is a combination of an octopus and a cat.
|
||||
|
||||

|
||||

|
||||
|
||||
## Style guidelines
|
||||
|
||||
@@ -163,7 +163,7 @@ Use different types of lines to convey additional meaning of relationships.
|
||||
* Two-way lines that have an arrow on each side: Indicate reciprocation.
|
||||

|
||||
* Brackets: Establish hierarchy. In general, organize brackets vertically so that they are easier to navigate on a webpage. Indent each level of a hierarchy.
|
||||

|
||||

|
||||
|
||||
### Labels
|
||||
|
||||
|
||||
@@ -138,7 +138,7 @@ The stroke is the color `fg.severe` in the [Primer Design System](https://primer
|
||||
|
||||
1. To download the Snagit theme, navigate to [`snagit-theme-github-docs.snagtheme`](https://github.com/github/docs/blob/main/contributing/images/snagit-theme-github-docs.snagtheme) in the `github/docs` repository, then click {% octicon "download" aria-label="Download raw content" %}.
|
||||
|
||||

|
||||

|
||||
1. Open Snagit, then select the **Shape** tool.
|
||||
1. Under "Quick styles," select **Import**.
|
||||
1. Select the Snagit theme from your computer's files. This will install the shape preset.
|
||||
|
||||
Reference in New Issue
Block a user