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
As a project owner
I want all changes to compile without error
So that end users have a working library
Acceptance Criteria:
Scenario 1: Build is successful
Given a user submits a pull request
When it compiles without error on the automated ci tool
Then it is flagged as passing the build test
Scenario 1: Build fails
Given a user submits a pull request
When the build fails on the automated ci tool
Then it is flagged as failing the build test
The text was updated successfully, but these errors were encountered:
ModbusMaster version
0.11.0
Arduino IDE version
1.6
Arduino Hardware
all
Platform Details
any
Feature Request
Narrative:
As a project owner
I want all changes to compile without error
So that end users have a working library
Acceptance Criteria:
Scenario 1: Build is successful
Given a user submits a pull request
When it compiles without error on the automated ci tool
Then it is flagged as passing the build test
Scenario 1: Build fails
Given a user submits a pull request
When the build fails on the automated ci tool
Then it is flagged as failing the build test
The text was updated successfully, but these errors were encountered: