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
# Learn more about CodeQL language support at https://aka.ms/codeql-docs/language-support
25
28
26
29
steps:
27
30
- name: Checkout repository
@@ -32,12 +35,6 @@ jobs:
32
35
uses: github/codeql-action/init@v2
33
36
with:
34
37
languages: ${{ matrix.language }}
35
-
# If you wish to specify custom queries, you can do so here or in a config file.
36
-
# By default, queries listed here will override any specified in a config file.
37
-
# Prefix the list here with "+" to use these queries and those in the config file.
38
-
39
-
# Details on CodeQL's query packs refer to : https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
> #### 4. [Commit](https://www.atlassian.com/git/tutorials/saving-changes/git-commit) your changes with [Conventional Commits](https://www.conventionalcommits.org)
14
+
> #### 5. Run tests: `poetry run tox`
15
+
> #### 6. [Push the changes](https://docs.github.com/en/get-started/using-git/pushing-commits-to-a-remote-repository#about-git-push) to your fork
16
+
> #### 7. [Open PR](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/creating-a-pull-request) to 'develop' branch
17
+
> #### Congrats :tada::sparkles:. CYA in your PRs 😉
15
18
16
19
17
20
## New contributor guide
@@ -42,10 +45,20 @@ If you find an issue to work on, just post a comment on the issue's page and you
42
45
43
46
### Make Changes
44
47
45
-
1. Fork the repository.
46
-
-[Fork the repo](https://docs.github.com/en/github/getting-started-with-github/fork-a-repo#fork-an-example-repository) so that you can make your changes without affecting the original project until you're ready to merge them.
47
-
48
-
2. Create a working branch out of 'develop' and start with your changes!
48
+
1.[Fork the repository](https://docs.github.com/en/github/getting-started-with-github/fork-a-repo#fork-an-example-repository) so that you can make your changes without affecting the original project until you're ready to merge them.
49
+
2. Create a working branch out of 'develop' and start with your changes
0 commit comments