Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add setup instructions, contributing guidelines to the repository #44

Closed
RyanMarcotte opened this issue Feb 11, 2021 · 3 comments
Closed

Comments

@RyanMarcotte
Copy link
Contributor

First off, thanks for making the components open source! Can setup instructions (for building the solution locally) and contributing guidelines be added to the repo?

@akorchev
Copy link
Collaborator

Hi @RyanMarcotte ,

Are there any setup instructions needed? The projects should build as they are from Visual Studio or command line (via dotnet build).

We are not so experienced with open source yet and are not sure what to add for contributing guidelines. Any tips?

@RyanMarcotte
Copy link
Contributor Author

I was getting a different error yesterday (related to the webcompiler tool I think), but this is the error that currently comes back after a clean and rebuild in Visual Studio:
image

I'll keep playing around with it... As an example, if a webcompiler tool needs to be installed in order for the solution to build, that is something I would expect to see in setup instructions.

As for contributing guidelines, various templates exist. GitHub has instructions on how to set these up (templates are linked at the bottom of those instructions).

@akorchev
Copy link
Collaborator

The tool should install automatically - we are ensuring that in the csproj itself.

image

The webcompiler tool itself sometimes reports errors about locked files. Those are usually resolved with another rebuild. Other than that there shouldn't be any installation instructions and or build requirements.

We will add some contribution guidelines at some point. Still trying to figure out what information to list there. Maybe just copy the content from the issue template ...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants