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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,6 +71,10 @@ Tell us how you are currently using the web forms framework so that we can build
71
71
1. Send a pull request with your desired scenario as a unit test in `src/BlazorWebFormsComponents.Test`
72
72
1.[Report an issue](https://github.com/FritzAndFriends/BlazorWebFormsComponents/Issues) with the details of a bug that you have found. Be sure to tag it as a `Bug` so that we can triage and track it
73
73
74
+
### Write some Web Forms sample code
75
+
76
+
Demonstrate how an existing control is being used in the `BeforeWebForms` project. The content of this sample project will be compiled and uploaded to the https://beforewebforms.azurewebsites.net location.
77
+
74
78
### Write code for a component
75
79
76
80
All code for a component should have an assigned issue that matches it. This way we can prevent contributors from working on the same feature at the same time.
0 commit comments