From 348ee615ebd62a3449a6d0a8426aba2d3029333b Mon Sep 17 00:00:00 2001 From: kosayoda Date: Mon, 19 Apr 2021 21:32:26 +0800 Subject: Increase padding between text and images in lists. This has a caveat in that there may be additional padding if the first thing in a list item is an image, but it is very unlikely in practice, so it's not handled for now. --- .../content/resources/guides/pydis-guides/contributing/issues.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pydis_site/apps') diff --git a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/issues.md b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/issues.md index 52da95ce..9151e5e3 100644 --- a/pydis_site/apps/content/resources/guides/pydis-guides/contributing/issues.md +++ b/pydis_site/apps/content/resources/guides/pydis-guides/contributing/issues.md @@ -18,13 +18,13 @@ Often, an Issue ticket already exists within the scope of what you might be cons If you don't see one existing, then: -Click the `Issues` tab in a repository:
+1. Click the `Issues` tab in a repository:
![Repository Issues Tab](/static/images/content/contributing/github_issues_tab.png) -Click `New Issue`
+2. Click `New Issue`:
![New Issues Button](/static/images/content/contributing/github_new_issue.png) -Enter the title and description for your issue, then click `Submit new issue`
+3. Enter the title and description for your issue, then click `Submit new issue`:
![Sample Issue](/static/images/content/contributing/github_sample_issue.png){: width="600" } ## What should I put as a title? -- cgit v1.2.3