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
smaug pointed out on Matrix that currently our contributor information is scattered and anecdotally I think it's also clear that first-time contributors are not aware of all the various things we care about getting right.
So we should have some kind of list that describes the process.
Sketch:
Clone the repository. (Pointers to tools, etc.)
Create a branch.
Edit the files you want to change. Typically this is *.bs. While editing, ensure:
Proper formatting.
Observe the Style Guide.
Pointer to syntax guide. (Though follow local conventions.)
?
Optional, build it using make or make remote. (Pointers to additional information.)
Commit your change following the COMMIT guidelines. We are very particular about our commit messages!
Create a pull request. Only remove the template if your change is "Meta:" or "Editorial:" (see COMMIT guidelines).
If you need tests and are willing to create them, see ...
Thoughts?
The text was updated successfully, but these errors were encountered:
smaug pointed out on Matrix that currently our contributor information is scattered and anecdotally I think it's also clear that first-time contributors are not aware of all the various things we care about getting right.
So we should have some kind of list that describes the process.
Sketch:
*.bs
. While editing, ensure:make
ormake remote
. (Pointers to additional information.)Thoughts?
The text was updated successfully, but these errors were encountered: