integrativesoft / foton

Prototype for an electron alternative written in C# by Integrative Software LLC and contributors.
Apache License 2.0
10 stars 1 forks source link

add 4 pull-requests: community standards, donate, deploy with ci/cd and website for docs, faq or tutorials #13

Closed ghost closed 1 year ago

ghost commented 1 year ago

Hello everyone!

Intro

I would like to contribute to this pull-request and I hope you all accept it. So, things I added:

demo here: img-1 image

demo here: img-2 image

pull-request-1

I added files in markdown that make up a community standards area. You can see the before and after. These files serve to guide people who want to develop things for Foton. This pull-request-1 composes: CODE_OF_CONDUCT.md CONTRIBUTING.md, Issue/pull-request template in folder called: .github.

img-before image

img-after image

pull-request-2

Here I added a responsible file to add financial support in the open project: foton. You can see the before and after. This pull-request-2 composes: FUNDING.yml in folder called: .github.

img-before image

img-after image

pull-request-3

Now it will be possible to automate all tests and builds of the library in C# Foton. You can test the library on different operating systems in the cloud with AppVeyor. AppVeyor has a free plan for open projects. AppVeyor is Continuous Integration(CI) and Deployment (CD) service.

pull-request-4

I added in the pull-request here a static file to generate a website with docsify, github pages, markdown for docs. Please, see this: https://cliffbellman-dev.github.io/foton/#/. What I'm sending here might be something like: https://integrativesoft.github.io/foton/#/.

pablocar80 commented 1 year ago

approved, feel free to merge

ghost commented 1 year ago

Hi @pablocar80, thanks!