-
Updated
Feb 26, 2021 - Python
Project management
Project management is the practice of initiating, planning, executing, controlling, and closing the work of a team to achieve specific goals and meet specific success criteria at the specified time.
Here are 1,106 public repositories matching this topic...
-
Updated
Feb 26, 2021 - PHP
-
Updated
Feb 26, 2021 - Ruby
-
Updated
Feb 26, 2021 - CoffeeScript
-
Updated
Feb 8, 2021 - TypeScript
-
Updated
Jan 11, 2021 - JavaScript
-
Updated
Jan 11, 2021 - Python
-
Updated
Dec 20, 2020 - Vue
-
Updated
Jan 29, 2021 - C#
At this point, the 'table modification' actions are aligned left:
Hence, when scrolling the table to the right, they scroll out of view and cannot be used anymore:
Should
-
Updated
Feb 12, 2021 - PHP
-
Updated
Aug 1, 2016 - JavaScript
-
Updated
Jul 1, 2020 - Java
-
Updated
Jan 28, 2021 - TypeScript
Hey there! Asking here as I couldn't answer this from the docs: is there a way we can run Toodles on a project (Node.js in this case), and generate a bunch of HTML/CSS/JS files that we can host along with other static reports we generate on every PR?
Dependency tracking
-
Updated
Sep 29, 2020 - Vue
-
Updated
Feb 3, 2021 - PHP
-
Updated
Feb 18, 2021 - PHP
-
Updated
Feb 5, 2019 - C#
-
Updated
Sep 30, 2020 - Python
-
Updated
Feb 26, 2021 - Java
-
Updated
Nov 17, 2020 - Java
-
Updated
Jul 22, 2019 - Shell
-
Updated
Sep 2, 2020 - JavaScript
-
Updated
Jan 15, 2021 - JavaScript
-
Updated
May 29, 2020 - Go
- Wikipedia
- Wikipedia
Project management apps
DeepAffects
Metrics for Team Dynamics & Productivity
Issue-Label Bot
Automatically label GitHub Issues with machine learning
GitKraken Boards
Free issue/task tracking boards that sync in real-time with GitHub Issues
Sync by Unito
Build workflows across tools and teams. Integrate GitHub with Jira, Trello, Asana, HubSpot, Zendesk, Basecamp, Wrike and more
WakaTime
Metrics, goals, and time tracking automatically generated from your programming activity
WIP
DO NOT MERGE – as a service
Azure Boards
Connects Azure Boards with GitHub to plan, track, and discuss work across your teams
Jira Software + GitHub
Connect Jira to GitHub
LeanBoard
Whiteboard with sticky notes, connected with your GitHub issue
Codetree
Lightweight project management for GitHub issues
Stale
Closes stale issues and pull requests
Slack + GitHub
Connect your code without leaving Slack
ZenHub
Agile Task Boards, Epics, Estimates & Reports, all within GitHub's UI
Octobox
Spend less time managing your GitHub notifications
Zube
Agile project management that lets the entire team work with developers on GitHub


Expected behavior
With
projectile-create-missing-test-filesenabled, when usingprojectile-toggle-between-implementation-and-testin a file like.../src/main/.../foo.scala, Projectile should always create a file.../src/test/.../fooSpec.scalain the corresponding test directory if such file doesn't exist.Actual behavior
If the project already contains a file with a name