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
1.Look through [Pre-existing issues](https://github.com/AccessibleForAll/AccessibleWebDev/issues) or [Raise a new issue](https://github.com/AccessibleForAll/AccessibleWebDev/issues/new/choose) and ask to be assigned. Pull requests made without a corresponding issue will likely be closed.
19
+
1. Look through [Pre-existing issues](https://github.com/AccessibleForAll/AccessibleWebDev/issues) or [Raise a new issue](https://github.com/AccessibleForAll/AccessibleWebDev/issues/new/choose) and ask to be assigned. Pull requests made without a corresponding issue will likely be closed.
21
20
2. Please check the [coding standards](https://github.com/AccessibleForAll/AccessibleWebDev/blob/main/CODING_STANDARDS.md) page before start contributing.
22
-
3.[Fork](https://github.com/AccessibleForAll/AccessibleWebDev/fork) the project
23
-
4. Clone the project:
21
+
3.[Fork](https://github.com/AccessibleForAll/AccessibleWebDev/fork) the project
12. Commit your changes and provide a meaningful commit message:
54
-
66
+
55
67
Unsure how to write a meaningful commit message? Check out this article about [How to Write a Good Git Commit Message](https://blog.ossph.org/how-to-write-a-good-git-commit-message/#:~:text=To%20set%20up%20a%20Git,t%20meet%20the%20specified%20format.)
68
+
56
69
```bash
57
70
git commit -m "<Your commit message here>"
58
71
```
72
+
59
73
13. Push your commits to your local repository
74
+
60
75
```bash
61
76
git push origin <YourBranchName>
62
77
```
78
+
63
79
14. Create a [pull request](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request)
64
80
15. Wait for maintainers to review your pull request and suggest any changes
0 commit comments