From 8845375d8f2841aae3e2c835c9a24709e8862b36 Mon Sep 17 00:00:00 2001 From: Ben Keith Date: Mon, 3 Aug 2020 11:57:12 -0400 Subject: [PATCH 1/2] =?UTF-8?q?Add=20bylaws=20=F0=9F=94=97=20to=20project-?= =?UTF-8?q?application=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The issue template used for project applications referred to the existence of BIFFUD's corporate bylaws, but didn't link to them. This might have been intentional, to require people to search for the bylaws, but the bylaws links contained in this repository point to the wrong filename (to be fixed in a subsequent commit) or refer to `documents/operating.md` without naming it as the Bylaws. It's a twisty puzzle for would-be contributors. https://gifs.benlk.com/twisty.gif --- .github/ISSUE_TEMPLATE/project-application.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/project-application.md b/.github/ISSUE_TEMPLATE/project-application.md index 941d844..5cf0c3d 100644 --- a/.github/ISSUE_TEMPLATE/project-application.md +++ b/.github/ISSUE_TEMPLATE/project-application.md @@ -5,10 +5,11 @@ about: Propose a new BIFFUD project --- # I HEREBY INVOKE MY RIGHTS... -As described in section 11.11.B of the BIFFUD Corporate Bylaws I hereby invoke -my rights as a sentient being who has not uploaded their mind to the cloud for consideration of this project application by the BIFFUD Hive Mind. With this -application I submit my interest in becoming a Member of BIFFUD and having this -project supported and adored by all who can 🤔. +As described in section 11.11.B of the BIFFUD [Corporate Bylaws] I hereby +invoke my rights as a sentient being who has not uploaded their mind to the +cloud for consideration of this project application by the BIFFUD Hive Mind. +With this application I submit my interest in becoming a Member of BIFFUD and +having this project supported and adored by all who can 🤔. ## Project Information - Project Name: [Project Name] @@ -60,3 +61,5 @@ with the project. Must also be listed in previous section.] ### How (often) will you be providing updates to the organization? [Ideas are great, action is better! How often should we expect you to be able to make progress? How would you like to report back] + +[Corporate Bylaws]: https://github.com/BadIdeaFactory/corporate/blob/master/documents/operating.md From d9ee2047da6026e09d8a3796cd7bb0133019c82d Mon Sep 17 00:00:00 2001 From: Ben Keith Date: Mon, 3 Aug 2020 12:18:38 -0400 Subject: [PATCH 2/2] Correct filename: OPERATING.md is operating.md This is the only place in the repo where the bylaws link is broken by having the wrong case. So I'm fixing it. See additional comments in the 8845375d8f2841aae3e2c835c9a24709e8862b36 commit message as to why Bad Idea Factory might not want to merge this commit. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8b51873..1e2436a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ This document contains information of use to partners looking to improve the BIFFUD's corporate documentation. See [README.md](README.md) for a sense of the purpose of this repository. -You should also look at the [Corporate Bylaws](documents/OPERATING.md) +You should also look at the [Corporate Bylaws](documents/operating.md) which lays out some of the processes around the repository. ## Baseline Concepts