FreeCAD / FreeCAD-Homepage

The homepage at http://www.freecad.org
GNU Lesser General Public License v2.1
23 stars 37 forks source link

Wrapped CONTRIBUTING and CODE OF CONDUCT #132

Closed yorikvanhavre closed 9 months ago

yorikvanhavre commented 9 months ago

These two menu links were pointing at corresponding pages on github. With this PR, both github pages are now wrapped and shown with the CSS of this site.

image

chennes commented 9 months ago

We should either disable the pre-commit app for this repo, or add the YAML config file for it (and decide what it should be checking for).

yorikvanhavre commented 9 months ago

Darn it changed all the files, even the minified ones :)

chennes commented 9 months ago

Yeah, I'd exclude .svg and .min.js from the run.

luzpaz commented 9 months ago

0f412941138db056f7e378690c022bebffea2d88 looks good

yorikvanhavre commented 9 months ago

Okay I made it only consider php files for now... we can extend bit by bit later

chennes commented 9 months ago

@yorikvanhavre can you rebase and drop 2c71cc7?

yorikvanhavre commented 9 months ago

@chennes Dropped the commit, but there is still the commit I did to only consider php files... I think after your recent config changes it's best to drop that one too, right?

chennes commented 9 months ago

Yes - I limited to a few different file types, including PHP.

yorikvanhavre commented 9 months ago

Okay I think this is good now... I let you guys press the button so I don't selfmerge ;)