Skip to content

Commit 0a7d143

Browse files
update feature branch references
1 parent ac63aae commit 0a7d143

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: "CodeQL"
22
on:
33
push:
4-
branches: [ master, feature ]
4+
branches: [ main, release ]
55
pull_request:
6-
branches: [ master, feature ]
6+
branches: [ main, release ]
77
schedule:
88
- cron: '41 4 * * 2'
99
jobs:

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,15 @@
1313

1414
- Make sure you are using the latest version of WiFiAnalyzer.
1515
- Please search issues to see if the same feature has already been submitted.
16-
- If an feature has already been opened, feel free to add more useful information to it. Oherwise, open a new feature request (one feature per request).
16+
- If an feature has already been opened, feel free to add more useful information to it. Otherwise, open a new feature
17+
request (one feature per request).
1718
- Please provide an explanation how the feature solves the problem you are having.
1819
- UI feature request, please describe what the UI would look like and how the user would interact with it.
1920

2021
# Submit a pull request
2122

2223
- When starting to work on a feature or bug that has been reported, please add a comment to it that you are working on it.
2324
- Fork the repository
24-
- Please make sure that you are using `feature` branch, since all the WiFiAnalyzer changes are done on the `feature` branch.
25-
- WiFiAnalyzer 'master' branch is only used to release new versions. As a result, the `master` branch most likely doesn't contain the latest changes.
2625
- To close a feature or a bug automatically, once pull request has been merged, please mention it in the [commit comment](https://help.github.com/articles/closing-issues-via-commit-messages/) or [pull request text](https://github.com/blog/1506-closing-issues-via-pull-requests).
2726
- Please avoid if possible large change sets.
2827
- Please do not forget to add unit tests.

PULL_REQUEST_TEMPLATE.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
Thanks for sending a pull request!
22

3-
**Please make sure that you are using `feature` branch, since all the WiFi Analyzer changes are done on the `feature` branch!**
4-
53
[How to submit a pull request](https://github.com/VREMSoftwareDevelopment/WiFiAnalyzer/wiki/Pull-Request)
64

75
**What does this implement/fix? Please describe.**

0 commit comments

Comments
 (0)