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

refactor: streamline checklist #50

Merged
merged 1 commit into from
Jul 10, 2024
Merged

refactor: streamline checklist #50

merged 1 commit into from
Jul 10, 2024

Conversation

Firgrep
Copy link
Member

@Firgrep Firgrep commented Jul 10, 2024

Thank you for wanting to contribute to sPhil! 🧙 🦉

We would like to keep our code and writing as neat and tidy as possible, and would appreciate if you could verify the following.

Each PR should either contribute content or functional code.

Checklist (pick Docs or Code)

🚩REQUIRED

  • Docs contribution (philosophy, literature, content)

    •  🚩 I accept that my writing is submitted under the ATTRIBUTION-NONCOMMERCIAL-SHAREALIKE 4.0 INTERNATIONAL, which, briefly put, prohibits commercial re-use of the content, but allows sharing, remixing and building upon the material insofar as attribution is given (see legal code), and in this regard I understand that my writing is open to be modified, remixed and build upon by others in the sPhil community within the systemphil/sphil project in future perpetuity.

    •  🚩 I have followed the formatting guidelines.

    • 🚩 I have followed the MLA citation style.

    •  🚩 I have added or verified title and description metadata.

      See example 📜
      ---
      title: Hegel Guides
      description: Learn about the philosophy of G. W. F. Hegel
      ---
    • My article is a stub or I want to actively encourage contribution, I've added the Stub component:

      See example 🌿

      Add this to the bottom of your content but before the bibliography.

      import Stub from "@/components/Stub";
      
      <Stub />
    • 🚩 I have added, verified or extended a bibliography.

      See example 📚

      Add this before the authors section. Please make sure to follow MLA guidelines regarding bibliography.

      ## Works Cited
      
      <div className="text-sm">
      - Hegel, Friedrich Georg Wilhelm. _The Science of Logic_. Translated by George di Giovanni, Cambridge University Press, 2010.
      - Kant, Immanuel. _The Critique of Pure Reason_. Edited by Paul Guyer and Allen W. Wood, Cambridge University Press, 1998.
      </div>
    • I have signed the document with my name/username under either as Authors, Editors or Contributors.

      See example ✒️
      • Use Authors if you have created and substantially added content.
      • Use Editor if you have made substantial edits or review.
      • Use Contributor if you have made minor edits, reviews or contributions.
      • If you've done multiple, pick the most weighted: Author > Editor > Contributor.
      // Bibliography goes here
      
      ---
      
      **Authors**  
      Ahilleas Rokni (2024), Tom Bombadil (2025)
      
      **Contributors**  
      Filip Niklas (2024), Boromir (2025)

      If you prefer to remain anonymous, that's fine too, but note that a record of your contributions based on your GitHub username will exist here in the codebase.

    •  If the article makes use of footnotes, I have checked that **Notes** is exactly the very last item in the article.

  • Code contribution (Apache version 2 license)

    All code apart of what is inside src/pages/** (excluding /contributing/**, _app.mdx, _document.tsx, _meta.json, acknowledgements.mdx, index.mdx, privacy.mdx, team.mdx, terms.mdx) is subject to Apache version 2 license. Basically, anything outside of content, literature, philosophy.


@Firgrep Firgrep merged commit 030dd8b into dev Jul 10, 2024
@Firgrep Firgrep deleted the chore/pr-template3 branch July 10, 2024 16:37
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

Successfully merging this pull request may close these issues.

1 participant