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
**IMPORTANT**: Please **do not create a Pull Request** without
2
+
[creating an issue](https://github.com/UncleRus/esp-idf-lib/issues/new/choose)
3
+
first.
4
+
5
+
Include `fixes` or other supported keywords that links a PR to an
6
+
issue in either a commit log or the PR. See
7
+
[Linking a pull request to an issue using a keyword](https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword)
8
+
for the keywords.
9
+
10
+
Make sure your branch is up-to-date with the latest `master` branch. If it is
11
+
not, do `git rebase master`.
12
+
13
+
After creating a PR, make sure all the tests in the CI pass. If you cannot
0 commit comments